cpython/Lib/importlib/test/import_
Brett Cannon f58d45c649 Tweak the handling of the empty string in sys.path for importlib.
It seems better to cache the finder for the cwd under its full path
insetad of '' in case the cwd changes. Otherwise FileFinder needs to
dynamically change itself based on whether it is given '' instead of
caching a finder for every change to the cwd.
2012-02-16 18:12:00 -05:00
..
__init__.py
test___package__.py
test_api.py importlib.__import__() now raises ValueError when level < 0. 2012-02-16 17:47:48 -05:00
test_caching.py
test_fromlist.py
test_meta_path.py
test_packages.py
test_path.py Tweak the handling of the empty string in sys.path for importlib. 2012-02-16 18:12:00 -05:00
test_relative_imports.py
util.py