Commit 16849a7e authored by Kurt B. Kaiser's avatar Kurt B. Kaiser

SF Bug #611225.

Bring idle.pyw into alignment with idle.py, eliminate calling deleted
module IdleConf.py
parent 7ccd30fa
#! /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()
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