Issue #15168: Move importlb.test to test.test_importlib.

This should make the Linux distros happy as it is now easier to leave
importlib's tests out of their base Python distribution.
This commit is contained in:
Brett Cannon 2012-07-20 14:48:53 -04:00
parent 4afc1c08d0
commit 45a5e3afe5
43 changed files with 33 additions and 38 deletions

View file

@ -1,7 +0,0 @@
import sys
assert 'errno' in sys.builtin_module_names
NAME = 'errno'
assert 'importlib' not in sys.builtin_module_names
BAD_NAME = 'importlib'