From 0bbf9c99d6c871150ae41f0144ed404aa4ff318f Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Sat, 30 Oct 2010 23:01:58 +0000 Subject: [PATCH] kill pointless function imports --- Lib/test/test_import.py | 1 - 1 file changed, 1 deletion(-) 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 -- 2.47.3