diff options
Diffstat (limited to 'Lib/cmd.py')
-rw-r--r-- | Lib/cmd.py | 1 |
1 files changed, 0 insertions, 1 deletions
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: |