]> granicus.if.org Git - python/commitdiff
Remove redundant import.
authorGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:54:44 +0000 (09:54 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 30 Jul 2010 09:54:44 +0000 (09:54 +0000)
Lib/cmd.py

index 8976988c09a373aa4abced0d905d198e3145fda4..c791d6b256b44d527b515851b4c2f5848fe7af33 100644 (file)
@@ -84,7 +84,6 @@ class Cmd:
         sys.stdin and sys.stdout are used.
 
         """
-        import sys
         if stdin is not None:
             self.stdin = stdin
         else: