summaryrefslogtreecommitdiff
path: root/Lib/test/test_importlib.py
Commit message (Expand)AuthorAgeFilesLines
* Fix some more bugs caused by the backport from 3.x for importlib.Brett Cannon2009-03-041-12/+12
* Fix a bug where code was trying to index an int. Left over from the situationBrett Cannon2009-02-271-3/+6
* Backport importlib in the form of providing importlib.import_module(). This hasBrett Cannon2009-01-261-0/+173