From 1e2fb57b5f978421b54578f0931ab1e64db1dbba Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Sat, 5 Jan 2002 17:12:57 +0000 Subject: Remove unused imports, clean up trailing whitespace. --- Lib/test/test_imaplib.py | 2 -- 1 file changed, 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) - -- cgit v0.12