summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sundry.py
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2008-05-08 18:11:25 (GMT)
committerBrett Cannon <bcannon@gmail.com>2008-05-08 18:11:25 (GMT)
commit0ec585575d9f27336b17edad5bd70d54a2ee6d03 (patch)
tree3c97cc768c946440b9f8f2a08c859d93b074e42c /Lib/test/test_sundry.py
parent6d4df9b343b0c2ce9cfebba3f9e09d501f0b239b (diff)
downloadcpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.zip
cpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.tar.gz
cpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.tar.bz2
Remove the imputil module.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r--Lib/test/test_sundry.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py
index 9f58706..ed46067 100644
--- a/Lib/test/test_sundry.py
+++ b/Lib/test/test_sundry.py
@@ -51,7 +51,6 @@ class TestUntestedModules(unittest.TestCase):
import htmlentitydefs
import ihooks
import imghdr
- import imputil
import keyword
import linecache
import macurl2path