summaryrefslogtreecommitdiffstats
path: root/Tools/scripts/idle
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2003-06-13 20:34:27 (GMT)
committerGuido van Rossum <guido@python.org>2003-06-13 20:34:27 (GMT)
commitab537e92f314b90d23fc878ad414713dda780afe (patch)
tree043244f65f6386b514d24e795eeebdc141db9feb /Tools/scripts/idle
parent99d2c251df4782c52c3e1cb89064374af39ecb46 (diff)
downloadcpython-ab537e92f314b90d23fc878ad414713dda780afe.zip
cpython-ab537e92f314b90d23fc878ad414713dda780afe.tar.gz
cpython-ab537e92f314b90d23fc878ad414713dda780afe.tar.bz2
Put the main script for the new IDLE here.
Diffstat (limited to 'Tools/scripts/idle')
-rw-r--r--Tools/scripts/idle4
1 files changed, 4 insertions, 0 deletions
diff --git a/Tools/scripts/idle b/Tools/scripts/idle
new file mode 100644
index 0000000..a209d56
--- /dev/null
+++ b/Tools/scripts/idle
@@ -0,0 +1,4 @@
+#! /usr/bin/env python
+
+from idlelib.PyShell import main
+main()