cpython/Lib/idlelib/idle.pyw
Kurt B. Kaiser 16849a7e53 SF Bug #611225.
Bring idle.pyw into alignment with idle.py, eliminate calling deleted
module IdleConf.py
2002-09-19 19:54:55 +00:00

4 lines
54 B
Python

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