cpython/Lib/importlib/test/extension
Brett Cannon bbb6680ee5 Have importlib take advantage of ImportError's new 'name' and 'path'
attributes.
2012-04-12 21:09:01 -04:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_case_sensitivity.py Issue #13890: Also fix for extension module tests for case-insensitivity. 2012-01-30 12:51:49 -05:00
test_finder.py Make importlib.abc.SourceLoader the primary mechanism for importlib. 2010-07-03 21:48:25 +00:00
test_loader.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
test_path_hook.py Make importlib.abc.SourceLoader the primary mechanism for importlib. 2010-07-03 21:48:25 +00:00
util.py Add the missing importlib.test.extension.util. 2009-02-07 02:33:52 +00:00