diff options
Diffstat (limited to 'Lib/test/test_import.py')
-rw-r--r-- | Lib/test/test_import.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 98d8a34..386ec61 100644 --- a/Lib/test/test_import.py +++ b/Lib/test/test_import.py @@ -121,7 +121,6 @@ class ImportTests(unittest.TestCase): def test_imp_module(self): # Verify that the imp module can correctly load and find .py files - import imp, os # XXX (ncoghlan): It would be nice to use support.CleanImport # here, but that breaks because the os module registers some # handlers in copy_reg on import. Since CleanImport doesn't |