summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_importlib/test_util.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #15168: Move importlb.test to test.test_importlib.Brett Cannon2012-07-201-0/+208
This should make the Linux distros happy as it is now easier to leave importlib's tests out of their base Python distribution.