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
This commit is contained in:
Kurt B. Kaiser 2001-07-14 04:51:06 +00:00
parent df8a40fbf5
commit 8bf5b2027a
1 changed files with 1 additions and 0 deletions

View File

@ -110,3 +110,4 @@ def load(dir):
os.path.join(homedir, ".idle")))
idleconf = IdleConfParser()
load(os.path.dirname(__file__))