summaryrefslogtreecommitdiffstats
path: root/Lib/cmd.py
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-30 09:54:44 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-30 09:54:44 (GMT)
commit06535ee56d1a8f4982fdbdff2d1a6db638bc5def (patch)
tree91f9ff4e192b538946abcddfd562208eafcd5c3e /Lib/cmd.py
parent34cc0f53be27a453f56f82e0088108a907ead616 (diff)
downloadcpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.zip
cpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.tar.gz
cpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.tar.bz2
Remove redundant import.
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r--Lib/cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/cmd.py b/Lib/cmd.py
index 8976988..c791d6b 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: