From 06535ee56d1a8f4982fdbdff2d1a6db638bc5def Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 30 Jul 2010 09:54:44 +0000 Subject: [PATCH] Remove redundant import. --- Lib/cmd.py | 1 - 1 file changed, 1 deletion(-) diff --git a/Lib/cmd.py b/Lib/cmd.py index 8976988c09a..c791d6b256b 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: