cpython/Lib/importlib/test/builtin
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_finder.py convert old fail* assertions to assert* 2009-06-30 23:06:06 +00:00
test_loader.py Have importlib take advantage of ImportError's new 'name' and 'path' 2012-04-12 21:09:01 -04:00
util.py Implement InspectLoader for BuiltinImporter. 2009-03-15 01:41:33 +00:00