commit | 139bccb2f017622efd6c31f72aab97356a22090b | [log] [tgz] |
---|---|---|
author | Piers Lauder <piers@cs.su.oz.au> | Sat Jul 27 07:10:14 2002 +0000 |
committer | Piers Lauder <piers@cs.su.oz.au> | Sat Jul 27 07:10:14 2002 +0000 |
tree | 4a02a1c34e61316826619b23c33a675a1f85868b | |
parent | 8b6bb4f743ede7482a2b38ea664996cfc5bee3af [diff] |
remove redundant import
diff --git a/Lib/test/test_imaplib.py b/Lib/test/test_imaplib.py index 98d6de9..33f6f8e 100644 --- a/Lib/test/test_imaplib.py +++ b/Lib/test/test_imaplib.py
@@ -1,5 +1,4 @@ import imaplib -import time # Can't use time.time() values, as they are O/S specific