summaryrefslogtreecommitdiffstats
path: root/Lib/importlib/test/frozen/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-13/+0
| | | | | This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.
* Add initial implementation of importlib. See the NOTES files for what isBrett Cannon2009-01-181-0/+13
planned for the package. There are no docs yet, but they are coming once the API for the first new function, importlib.import_module() is finalized.