swig/Examples/python/import_packages
Johan Hake 1dd297ad9d Fix issue with relative import when using single header file import.
-- The commit propagates the package option to the newly create
     module node so it is recognized by SWIG
  -- Added a relativeimport test for this combination
     (in lack of py3 I was not able to test it with py3 but it
      "should just work")
2014-08-12 21:48:26 +02:00
..
from_init1 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
from_init2 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
from_init3 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
relativeimport1 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
relativeimport2 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
relativeimport3 Fix issue with relative import when using single header file import. 2014-08-12 21:48:26 +02:00
same_modnames1 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
same_modnames2 Allow examples and test-suite to be built out of source tree 2014-05-11 23:21:10 +02:00
Makefile Fully clean Python examples and test-suite 2014-05-29 02:29:27 +02:00
README Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00

These are actually regression tests for SF bug #1297 (GH issue #7).
See individual READMEs in subdirectories.