cpython/Lib/importlib/test/frozen
Brett Cannon 223a19d8b1 Fix importlib.machinery.FrozenImporter.load_module() to set __package__
properly. Discovered by also moving the loader tests over to
importlib.test.abc.LoaderTests.
2009-02-01 01:34:13 +00:00
..
__init__.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
support.py Add initial implementation of importlib. See the NOTES files for what is 2009-01-18 00:24:28 +00:00
test_finder.py Merge testing ABCs for importlib into importlib.test.abc. 2009-01-30 00:22:35 +00:00
test_loader.py Fix importlib.machinery.FrozenImporter.load_module() to set __package__ 2009-02-01 01:34:13 +00:00