swig/Examples/python/import_packages
Olly Betts 728b8955bd Drop support for Python classic classes
There were only needed to support Python < 2.2, and we now require at
least Python 2.6.

 Conflicts:
	.travis.yml
	Examples/test-suite/python/autodoc_runme.py
	Source/Modules/python.cxx

This is a cherry-pick and merge from patch in #1261
2018-10-12 07:10:47 +01: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 Drop support for Python classic classes 2018-10-12 07:10:47 +01:00
same_modnames2 Drop support for Python classic classes 2018-10-12 07:10:47 +01: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.