]> granicus.if.org Git - python/commitdiff
Remove redundant 'import sys' (PyChecker).
authorGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:34:41 +0000 (15:34 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 13 Aug 2001 15:34:41 +0000 (15:34 +0000)
Lib/imaplib.py

index 7c28d037804d6721882ae5754a832d31293798ea..c82b455ee816ceb3e9b7dce9ffacf47e065f8164 100644 (file)
@@ -1118,7 +1118,7 @@ if __debug__:
 
 if __name__ == '__main__':
 
-    import getopt, getpass, sys
+    import getopt, getpass
 
     try:
         optlist, args = getopt.getopt(sys.argv[1:], 'd:')