diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:42:14 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:42:14 +0000 |
commit | bd474420e264d49e3df5b9effea9ad8749b7f5ce (patch) | |
tree | a4a68ab55b79c6a0430f49ba2a8788272a81edcf /Lib/test/test_sundry.py | |
parent | 4fabdc7a63785f97e64997c07ed438a593e9ef05 (diff) | |
download | cpython-git-bd474420e264d49e3df5b9effea9ad8749b7f5ce.tar.gz |
The ihooks module has been removed.
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 db7ed4e553..ca6b23d214 100644 --- a/Lib/test/test_sundry.py +++ b/Lib/test/test_sundry.py @@ -49,7 +49,6 @@ class TestUntestedModules(unittest.TestCase): import formatter import getpass import htmlentitydefs - import ihooks import imghdr import keyword import linecache |