From: Kevin A. <ka...@us...> - 2004-08-03 05:41:05
|
Update of /cvsroot/pythoncard/PythonCard/tools/findfiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15867 Modified Files: findfiles.py Log Message: fixed bad line endings Index: findfiles.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/findfiles/findfiles.py,v retrieving revision 1.79 retrieving revision 1.80 diff -C2 -d -r1.79 -r1.80 *** findfiles.py 22 Jul 2004 21:52:28 -0000 1.79 --- findfiles.py 3 Aug 2004 05:40:53 -0000 1.80 *************** *** 25,31 **** import wx ! # KEA 2004-07-22 # force imports for components used in .rsrc.py file ! # so we can do a make standalones with py2exe and bundlebuilder from PythonCard.components import button, checkbox, combobox, list, statictext, textfield ! LASTGREPFILE = 'findfiles.grep' USERCONFIG = 'user.config.txt' --- 25,32 ---- import wx ! # KEA 2004-07-22 ! # force imports for components used in .rsrc.py file ! # so we can do a make standalones with py2exe and bundlebuilder ! from PythonCard.components import button, checkbox, combobox, list, statictext, textfield LASTGREPFILE = 'findfiles.grep' USERCONFIG = 'user.config.txt' |