diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2003-09-10 02:42:18 +0000 |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2003-09-10 02:42:18 +0000 |
commit | 62685d36aaa3a26fb5c6a5935e387b008880436f (patch) | |
tree | 9bd2d61f5efec7283ec6042ae1f35ede4c1bea11 /Lib/idlelib/idle.py | |
parent | 9756f388c0f553699070a5a407e95fd38821daff (diff) | |
download | cpython-git-62685d36aaa3a26fb5c6a5935e387b008880436f.tar.gz |
Python Bug 775061
1. Remove "idle" script, it lives in Tools/scripts/ now.
2. Remove shebang from idle.py, should be called explicitly.
3. Remove obsolete test code from rpc.py; needs unit test.
Diffstat (limited to 'Lib/idlelib/idle.py')
-rw-r--r-- | Lib/idlelib/idle.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/idlelib/idle.py b/Lib/idlelib/idle.py index 00a1fe3a00..537dd5a9a7 100644 --- a/Lib/idlelib/idle.py +++ b/Lib/idlelib/idle.py @@ -1,5 +1,3 @@ -#!/usr/bin/python - try: import idlelib.PyShell except ImportError: |