[Python-checkins] python/dist/src/Mac/Lib/mkcwproject __init__.py,1.12,1.13

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 26 Jun 2002 13:35:20 -0700


Update of /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject
In directory usw-pr-cvs1:/tmp/cvs-serv17857

Modified Files:
	__init__.py 
Log Message:
Close the project after generating it, so we don't keep a gazillion project
files open when we're rebuilding them all.


Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/mkcwproject/__init__.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** __init__.py	14 Dec 2001 14:31:09 -0000	1.12
--- __init__.py	26 Jun 2002 20:35:18 -0000	1.13
***************
*** 62,65 ****
--- 62,66 ----
  	prjfss = macfs.FSSpec(projectfile)
  	cw.my_mkproject(prjfss, xmlfss)
+ 	cw.Close_Project()
  	
  def buildproject(projectfile):