swig/Examples/python/import_packages
William S Fulton 604ae7186b Fix for running 'python -m' when using swig -builtin
Same as e05b5ea for -builtin.

Also added runtime tests to check 'python -m'.
2018-12-04 19:12:13 +00:00
..
from_init1 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
from_init2 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
from_init3 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
namespace_pkg Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
relativeimport1 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
relativeimport2 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
relativeimport3 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
same_modnames1 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
same_modnames2 Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
split_modules Fix for running 'python -m' when using swig -builtin 2018-12-04 19:12:13 +00:00
Makefile Minor tweaks in import_packages Makefile 2018-01-06 23:19:04 +00:00
README Examples (and tests) for python namespace packages 2016-04-05 10:58:50 -06:00

These are actually regression tests for SF bug #1297 (GH issue #7).
The namespace_pkg is an example of python3's namespace packages.

See individual READMEs in subdirectories.