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.
This commit is contained in:
Kurt B. Kaiser 2003-09-10 02:42:18 +00:00
parent 9756f388c0
commit 62685d36aa
3 changed files with 2 additions and 97 deletions

View file

@ -1,5 +1,3 @@
#!/usr/bin/python
try:
import idlelib.PyShell
except ImportError: