[Python-checkins] python/dist/src/Mac/scripts genallsuites.py,1.3,1.4

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Thu, 01 May 2003 15:06:43 -0700


Update of /cvsroot/python/python/dist/src/Mac/scripts
In directory sc8-pr-cvs1:/tmp/cvs-serv13075/Mac/scripts

Modified Files:
	genallsuites.py 
Log Message:
Rename funny long suite to Disk_File_Folder.


Index: genallsuites.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/scripts/genallsuites.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** genallsuites.py	29 Apr 2003 21:46:31 -0000	1.3
--- genallsuites.py	1 May 2003 22:06:10 -0000	1.4
***************
*** 29,33 ****
  	output=os.path.join(DSTDIR, 'SystemEvents'),
  	basepkgname='StdSuites',
! 	edit_modnames=[], verbose=verbose)
  gensuitemodule.processfile(CODEWARRIOR,
  	output=os.path.join(DSTDIR, 'CodeWarrior'),
--- 29,34 ----
  	output=os.path.join(DSTDIR, 'SystemEvents'),
  	basepkgname='StdSuites',
! 	edit_modnames=[('Disk_2d_Folder_2d_File_Suite', 'Disk_Folder_File_Suite')], 
! 	verbose=verbose)
  gensuitemodule.processfile(CODEWARRIOR,
  	output=os.path.join(DSTDIR, 'CodeWarrior'),