swig/Examples/python/import_packages
2018-01-07 00:57:23 +00:00
..
from_init1 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
from_init2 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
from_init3 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
namespace_pkg Replace assert in Python import examples with code that always runs. 2017-08-13 21:32:44 +01:00
relativeimport1 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
relativeimport2 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
relativeimport3 Fix Makefile and skip testing python-2.4 for import_packages test 2018-01-05 20:17:08 +00:00
same_modnames1 Support checking names of old-style classic classes 2016-02-04 15:27:54 -05:00
same_modnames2 Support checking names of old-style classic classes 2016-02-04 15:27:54 -05:00
split_modules Fix out of source clean target in import_packages Makefile 2018-01-07 00:57:23 +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.