]> granicus.if.org Git - python/commitdiff
Remove unused imports, clean up trailing whitespace.
authorFred Drake <fdrake@acm.org>
Sat, 5 Jan 2002 17:12:57 +0000 (17:12 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 5 Jan 2002 17:12:57 +0000 (17:12 +0000)
Lib/test/test_imaplib.py

index c0d60772ffc37fa4be7f75eda5509148b150c914..fc594b9fef9985c5acfcd75a9773ab58749d6cb3 100644 (file)
@@ -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)
-