From: Benjamin Peterson Date: Sat, 30 Oct 2010 23:01:58 +0000 (+0000) Subject: kill pointless function imports X-Git-Tag: v3.2a4~247 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bbf9c99d6c871150ae41f0144ed404aa4ff318f;p=thirdparty%2FPython%2Fcpython.git kill pointless function imports --- diff --git a/Lib/test/test_import.py b/Lib/test/test_import.py index 98d8a348bfe1..386ec61126be 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