[Idle-dev] CVS: idle IdleConf.py,1.3,1.4

Kurt B. Kaiser kbk@users.sourceforge.net
Fri, 13 Jul 2001 21:51:09 -0700


Update of /cvsroot/idlefork/idle
In directory usw-pr-cvs1:/tmp/cvs-serv4424

Modified Files:
	IdleConf.py 
Log Message:
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


Index: IdleConf.py
===================================================================
RCS file: /cvsroot/idlefork/idle/IdleConf.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** IdleConf.py	2001/07/13 17:38:08	1.3
--- IdleConf.py	2001/07/14 04:51:06	1.4
***************
*** 111,112 ****
--- 111,113 ----
  
  idleconf = IdleConfParser()
+ load(os.path.dirname(__file__))