swig/Examples/python/import_packages
William S Fulton 4fb940d913 Further fixes when using type() when using -builtin to include module name
Using type() on a builtin type should include the package and module
name, see http://docs.python.org/2/c-api/typeobj.html
2014-03-01 23:26:27 +00:00
..
from_init1 Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00
from_init2 Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00
from_init3 Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00
relativeimport1 Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00
relativeimport2 Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00:00
same_modnames1 Further fixes when using type() when using -builtin to include module name 2014-03-01 23:26:27 +00:00
same_modnames2 Further fixes when using type() when using -builtin to include module name 2014-03-01 23:26:27 +00:00
Makefile Fixed SF bug #1297 (Python imports) 2013-12-24 17:22:25 +00: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.