diff options
author | Georg Brandl <georg@python.org> | 2010-07-30 09:54:44 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-30 09:54:44 (GMT) |
commit | 06535ee56d1a8f4982fdbdff2d1a6db638bc5def (patch) | |
tree | 91f9ff4e192b538946abcddfd562208eafcd5c3e /Lib/cmd.py | |
parent | 34cc0f53be27a453f56f82e0088108a907ead616 (diff) | |
download | cpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.zip cpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.tar.gz cpython-06535ee56d1a8f4982fdbdff2d1a6db638bc5def.tar.bz2 |
Remove redundant import.
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r-- | Lib/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -84,7 +84,6 @@ class Cmd: sys.stdin and sys.stdout are used. """ - import sys if stdin is not None: self.stdin = stdin else: |