Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0bbf9c9

Browse files
committed
kill pointless function imports
1 parent 1a7127f commit 0bbf9c9

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_import.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,6 @@ def test_execute_bit_not_copied(self):
121121

122122
def test_imp_module(self):
123123
# Verify that the imp module can correctly load and find .py files
124-
import imp, os
125124
# XXX (ncoghlan): It would be nice to use support.CleanImport
126125
# here, but that breaks because the os module registers some
127126
# handlers in copy_reg on import. Since CleanImport doesn't

0 commit comments

Comments
 (0)