commit | 1e2fb57b5f978421b54578f0931ab1e64db1dbba | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Jan 05 17:12:57 2002 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Jan 05 17:12:57 2002 +0000 |
tree | 9df1d50537a7ed8b82201bad09271ab83ee94eae | |
parent | ea752fbb8697a6f01c5556f5422450187c8c5445 [diff] |
Remove unused imports, clean up trailing whitespace.
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index c0d6077..fc594b9 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 @@ for t in timevalues: imaplib.Time2Internaldate(t) -