cpython/Tools/idle/idle.py
Guido van Rossum 6cb7a21934 Move the action of loading the configuration to the IdleConf module
rather than the idle.py script.  This has advantages and
disadvantages; the biggest advantage being that we can more easily
have an alternative main program.
2001-05-12 12:18:10 +00:00

5 lines
54 B
Python
Executable File

#! /usr/bin/env python
import PyShell
PyShell.main()