diff options
author | Guido van Rossum <guido@python.org> | 2001-08-13 15:37:02 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-08-13 15:37:02 (GMT) |
commit | ef8f4dee07d1f7140ce1e4f8977dcde3ce9b96e8 (patch) | |
tree | 9e68b0a019ff58a0ce0447b4be38d7debf3a5911 /Lib/mailbox.py | |
parent | a79bbaca544744013349e283148da8a9f31f7c05 (diff) | |
download | cpython-ef8f4dee07d1f7140ce1e4f8977dcde3ce9b96e8.zip cpython-ef8f4dee07d1f7140ce1e4f8977dcde3ce9b96e8.tar.gz cpython-ef8f4dee07d1f7140ce1e4f8977dcde3ce9b96e8.tar.bz2 |
Remove redundant imports (PyChecker).
Diffstat (limited to 'Lib/mailbox.py')
-rwxr-xr-x | Lib/mailbox.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/mailbox.py b/Lib/mailbox.py index 2c80a62..98e61f2 100755 --- a/Lib/mailbox.py +++ b/Lib/mailbox.py @@ -258,9 +258,7 @@ class BabylMailbox(_Mailbox): def _test(): - import time import sys - import os args = sys.argv[1:] if not args: |