From 16849a7e5308dc07f14847d1691a533fe26d729a Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Thu, 19 Sep 2002 19:54:55 +0000 Subject: SF Bug #611225. Bring idle.pyw into alignment with idle.py, eliminate calling deleted module IdleConf.py --- Lib/idlelib/idle.pyw | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Lib/idlelib/idle.pyw b/Lib/idlelib/idle.pyw index 71fdce5..8638a16 100644 --- a/Lib/idlelib/idle.pyw +++ b/Lib/idlelib/idle.pyw @@ -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() -- cgit v0.12