Bring idle.pyw into alignment with idle.py, eliminate calling deleted
module IdleConf.py
This commit is contained in:
Kurt B. Kaiser 2002-09-19 19:54:55 +00:00
parent 7ccd30fa43
commit 16849a7e53

View file

@ -1,12 +1,4 @@
#! /usr/bin/env python
import os
import sys
import IdleConf
idle_dir = os.path.split(sys.argv[0])[0]
IdleConf.load(idle_dir)
# defer importing Pyshell until IdleConf is loaded
import PyShell
PyShell.main()