cpython/Lib/importlib/test/import_
Brett Cannon 8593a75688 Fix importlib.machinery.PathFinder.find_module() to essentially skip over None
entries in sys.path_importer_cache. While this differs from semantics in how
__import__ works, it prevents any implicit semantics from taking hold with
users.
2009-03-30 19:57:15 +00:00
..
__init__.py
test___package__.py
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py Fix importlib.machinery.PathFinder.find_module() to essentially skip over None 2009-03-30 19:57:15 +00:00
test_relative_imports.py
util.py