From: Georg Brandl Date: Fri, 30 Jul 2010 09:54:44 +0000 (+0000) Subject: Remove redundant import. X-Git-Tag: v3.2a1~44 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=06535ee56d1a8f4982fdbdff2d1a6db638bc5def;p=thirdparty%2FPython%2Fcpython.git Remove redundant import. --- diff --git a/Lib/cmd.py b/Lib/cmd.py index 8976988c09a3..c791d6b256b4 100644 --- a/Lib/cmd.py +++ b/Lib/cmd.py @@ -84,7 +84,6 @@ class Cmd: sys.stdin and sys.stdout are used. """ - import sys if stdin is not None: self.stdin = stdin else: