commit | ab537e92f314b90d23fc878ad414713dda780afe | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jun 13 20:34:27 2003 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jun 13 20:34:27 2003 +0000 |
tree | 043244f65f6386b514d24e795eeebdc141db9feb | |
parent | 99d2c251df4782c52c3e1cb89064374af39ecb46 [diff] [blame] |
Put the main script for the new IDLE here.
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()