From 8bf5b2027aac3c614657794ab1c38827755b092a Mon Sep 17 00:00:00 2001 From: "Kurt B. Kaiser" Date: Sat, 14 Jul 2001 04:51:06 +0000 Subject: py-cvs-2001_07_13 (Rel 1.7) merge "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." --GvR --- Lib/idlelib/IdleConf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/idlelib/IdleConf.py b/Lib/idlelib/IdleConf.py index 37f4ef1..8eaa8e0 100644 --- a/Lib/idlelib/IdleConf.py +++ b/Lib/idlelib/IdleConf.py @@ -110,3 +110,4 @@ def load(dir): os.path.join(homedir, ".idle"))) idleconf = IdleConfParser() +load(os.path.dirname(__file__)) -- cgit v0.12