From d32093ca7725382cb1c797b5cc5358689446ad07 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Fri, 30 Jul 2010 09:54:44 +0000 Subject: Remove redundant import. --- Lib/cmd.py | 1 - 1 file changed, 1 deletion(-) (limited to 'Lib/cmd.py') diff --git a/Lib/cmd.py b/Lib/cmd.py index 8976988c09..c791d6b256 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: -- cgit v1.2.1