diff options
author | Fred Drake <fdrake@acm.org> | 2002-01-05 17:12:57 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-01-05 17:12:57 (GMT) |
commit | 1e2fb57b5f978421b54578f0931ab1e64db1dbba (patch) | |
tree | 9df1d50537a7ed8b82201bad09271ab83ee94eae /Lib/test | |
parent | ea752fbb8697a6f01c5556f5422450187c8c5445 (diff) | |
download | cpython-1e2fb57b5f978421b54578f0931ab1e64db1dbba.zip cpython-1e2fb57b5f978421b54578f0931ab1e64db1dbba.tar.gz cpython-1e2fb57b5f978421b54578f0931ab1e64db1dbba.tar.bz2 |
Remove unused imports, clean up trailing whitespace.
Diffstat (limited to 'Lib/test')
-rw-r--r-- | Lib/test/test_imaplib.py | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ timevalues = [2000000000, 2000000000.0, time.localtime(2000000000), for t in timevalues: imaplib.Time2Internaldate(t) - |