From: Kevin A. <ka...@us...> - 2004-08-03 06:03:41
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18010/tools/codeEditor Modified Files: codeEditor.py Log Message: fixed bad line endings Index: codeEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/codeEditor.py,v retrieving revision 1.118 retrieving revision 1.119 diff -C2 -d -r1.118 -r1.119 *** codeEditor.py 22 Jul 2004 22:15:12 -0000 1.118 --- codeEditor.py 3 Aug 2004 06:03:32 -0000 1.119 *************** *** 25,29 **** import webbrowser ! # 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 codeeditor USERCONFIG = 'user.config.txt' --- 25,32 ---- import webbrowser ! # 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 codeeditor USERCONFIG = 'user.config.txt' |