From: Guido van Rossum Date: Mon, 13 Aug 2001 15:37:02 +0000 (+0000) Subject: Remove redundant imports (PyChecker). X-Git-Tag: v2.2a3~584 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ef8f4dee07d1f7140ce1e4f8977dcde3ce9b96e8;p=python Remove redundant imports (PyChecker). --- diff --git a/Lib/mailbox.py b/Lib/mailbox.py index 2c80a625e1..98e61f2e07 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: