Remove redundant import.

This commit is contained in:
Georg Brandl 2010-07-30 09:54:44 +00:00
parent 34cc0f53be
commit 06535ee56d
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ class Cmd:
sys.stdin and sys.stdout are used.
"""
import sys
if stdin is not None:
self.stdin = stdin
else: