diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:11:25 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-08 18:11:25 (GMT) |
commit | 0ec585575d9f27336b17edad5bd70d54a2ee6d03 (patch) | |
tree | 3c97cc768c946440b9f8f2a08c859d93b074e42c /Lib/test/test___all__.py | |
parent | 6d4df9b343b0c2ce9cfebba3f9e09d501f0b239b (diff) | |
download | cpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.zip cpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.tar.gz cpython-0ec585575d9f27336b17edad5bd70d54a2ee6d03.tar.bz2 |
Remove the imputil module.
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index d88c400..52b51db 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -79,7 +79,6 @@ class AllTest(unittest.TestCase): self.check_all("ihooks") self.check_all("imaplib") self.check_all("imghdr") - self.check_all("imputil") self.check_all("keyword") self.check_all("linecache") self.check_all("locale") |