summaryrefslogtreecommitdiff
path: root/Lib/idlelib/idle.py
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2003-09-10 02:42:18 +0000
committerKurt B. Kaiser <kbk@shore.net>2003-09-10 02:42:18 +0000
commitf7e2563c038972d44d0d5bf187b5623ceb2eae81 (patch)
tree3361669d6a15c66a783ff2ae9b892c0e74d0edfa /Lib/idlelib/idle.py
parent19c8ef55308b51337a0419a69d2d3b4e7adf6454 (diff)
downloadcpython-f7e2563c038972d44d0d5bf187b5623ceb2eae81.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.py2
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: