Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a7127f commit 0bbf9c9Copy full SHA for 0bbf9c9
1 file changed
Lib/test/test_import.py
@@ -121,7 +121,6 @@ def test_execute_bit_not_copied(self):
121
122
def test_imp_module(self):
123
# Verify that the imp module can correctly load and find .py files
124
- import imp, os
125
# XXX (ncoghlan): It would be nice to use support.CleanImport
126
# here, but that breaks because the os module registers some
127
# handlers in copy_reg on import. Since CleanImport doesn't
0 commit comments