diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:11:25 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:11:25 +0000 |
commit | 0ec585575d9f27336b17edad5bd70d54a2ee6d03 (patch) | |
tree | 3c97cc768c946440b9f8f2a08c859d93b074e42c /Lib/test/test_sundry.py | |
parent | 6d4df9b343b0c2ce9cfebba3f9e09d501f0b239b (diff) | |
download | cpython-git-0ec585575d9f27336b17edad5bd70d54a2ee6d03.tar.gz |
Remove the imputil module.
Diffstat (limited to 'Lib/test/test_sundry.py')
-rw-r--r-- | Lib/test/test_sundry.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_sundry.py b/Lib/test/test_sundry.py index 9f58706de3..ed46067e35 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 |