Commit 8a92a09a authored by Guido van Rossum's avatar Guido van Rossum

Put the main script for the new IDLE here.

parent cfaa9a9a
......@@ -30,6 +30,7 @@ gencodec.py Create Python codecs from Unicode mapping files
google.py Open a webbrowser with Google.
gprof2html.py Transform gprof(1) output into useful HTML.
h2py.py Translate #define's into Python assignments
idle Main program to start IDLE
ifdef.py Remove #if(n)def groups from C sources
lfcr.py Change LF line endings to CRLF (Unix to Windows)
linktree.py Make a copy of a tree with links to original files
......
#! /usr/bin/env python
from idlelib.PyShell import main
main()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment