Remove unused imports, clean up trailing whitespace.

This commit is contained in:
Fred Drake 2002-01-05 17:12:57 +00:00
parent ea752fbb86
commit 1e2fb57b5f
1 changed files with 0 additions and 2 deletions

View 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)