diff options
| author | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:42:14 (GMT) |
|---|---|---|
| committer | Brett Cannon <bcannon@gmail.com> | 2008-05-10 22:42:14 (GMT) |
| commit | bd474420e264d49e3df5b9effea9ad8749b7f5ce (patch) | |
| tree | a4a68ab55b79c6a0430f49ba2a8788272a81edcf /Lib/test | |
| parent | 4fabdc7a63785f97e64997c07ed438a593e9ef05 (diff) | |
| download | cpython-bd474420e264d49e3df5b9effea9ad8749b7f5ce.zip cpython-bd474420e264d49e3df5b9effea9ad8749b7f5ce.tar.gz cpython-bd474420e264d49e3df5b9effea9ad8749b7f5ce.tar.bz2 | |
The ihooks module has been removed.
Diffstat (limited to 'Lib/test')
| -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 db7ed4e..ca6b23d 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 |
