cpython/Lib/importlib/test/import_
Brett Cannon 8a1a59f0ec Merged revisions 74584 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r74584 | brett.cannon | 2009-08-29 20:47:36 -0700 (Sat, 29 Aug 2009) | 3 lines

  Have importlib raise ImportError if None is found in sys.modules. This matches
  current import semantics.
........
2009-08-30 04:29:47 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test___package__.py Rewrite the code implementing __import__ for importlib. Now it is much simpler 2009-02-07 01:15:27 +00:00
test_caching.py Merged revisions 74584 via svnmerge from 2009-08-30 04:29:47 +00:00
test_fromlist.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_meta_path.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_packages.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_path.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
test_relative_imports.py Merged revisions 73715 via svnmerge from 2009-08-13 08:51:18 +00:00
util.py A few more docstring/API cleanups for importlib. 2009-03-15 00:53:05 +00:00