From: Fred Drake Date: Sat, 5 Jan 2002 17:12:57 +0000 (+0000) Subject: Remove unused imports, clean up trailing whitespace. X-Git-Tag: v2.3c1~6882 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e2fb57b5f978421b54578f0931ab1e64db1dbba;p=thirdparty%2FPython%2Fcpython.git Remove unused imports, clean up trailing whitespace. --- diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index c0d60772ffc3..fc594b9fef99 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py @@ -1,4 +1,3 @@ -from test_support import verify,verbose import imaplib import time @@ -11,4 +10,3 @@ timevalues = [2000000000, 2000000000.0, time.localtime(2000000000), for t in timevalues: imaplib.Time2Internaldate(t) -