diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-12 20:29:56 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2002-09-12 20:29:56 (GMT) |
commit | a59ab05fda5000fcb37b2202b8bb866b8d92b806 (patch) | |
tree | 2015ec93734b6b4fe59eb10800ccce2090e7d57d /Tools/idle/RemoteInterp.py | |
parent | 4ef1103b7166d5bd09303c8bf0de988c8015fecf (diff) | |
download | cpython-a59ab05fda5000fcb37b2202b8bb866b8d92b806.zip cpython-a59ab05fda5000fcb37b2202b8bb866b8d92b806.tar.gz cpython-a59ab05fda5000fcb37b2202b8bb866b8d92b806.tar.bz2 |
Remove unnecessary imports
Diffstat (limited to 'Tools/idle/RemoteInterp.py')
-rw-r--r-- | Tools/idle/RemoteInterp.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Tools/idle/RemoteInterp.py b/Tools/idle/RemoteInterp.py index 724997c..e6f7671 100644 --- a/Tools/idle/RemoteInterp.py +++ b/Tools/idle/RemoteInterp.py @@ -323,7 +323,6 @@ def riExec(id, file): cli.run() if __name__ == "__main__": - import sys import getopt SERVER = 1 |