Commit 0bbf9c99 authored by Benjamin Peterson's avatar Benjamin Peterson

kill pointless function imports

parent 1a7127f6
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment