cpython/Lib/importlib/test/import_
Brett Cannon 1c1dcbfd5d Trying to import a submodule from another module and not a package was raising
AttributeError in importlib when it should be an ImportError.

Found when running importlib against test_runpy.
2009-08-30 20:22:21 +00:00
..
__init__.py
test___package__.py When the globals argument to importlib.__import__() contained any value for 2009-08-30 19:53:48 +00:00
test_api.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py Trying to import a submodule from another module and not a package was raising 2009-08-30 20:22:21 +00:00
test_path.py
test_relative_imports.py
util.py