cpython/Lib/test/test_importlib/import_
Brett Cannon 4f38cb41fe Issue #26367: Have importlib.__init__() raise RuntimeError when
'level' is specified but no __package__.

This brings the function inline with builtins.__import__(). Thanks to
Manuel Jacob for the patch.
2016-02-20 12:52:06 -08:00
..
__init__.py
__main__.py
test___loader__.py
test___package__.py
test_api.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py Issue #25595: Fixed test_deleted_cwd in test_importlib on AIX. 2015-11-11 08:26:59 +02:00
test_relative_imports.py Issue #26367: Have importlib.__init__() raise RuntimeError when 2016-02-20 12:52:06 -08:00