From: Kevin A. <ka...@us...> - 2005-03-28 05:42:49
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10867 Modified Files: install-pythoncard.py Log Message: renamed samples.py to samples.pyw Index: install-pythoncard.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/install-pythoncard.py,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** install-pythoncard.py 8 Apr 2004 21:07:35 -0000 1.6 --- install-pythoncard.py 28 Mar 2005 05:42:40 -0000 1.7 *************** *** 56,60 **** target = os.path.join(lib_dir, ! "PythonCard\\samples\\samples.py") path = os.path.join(dest_dir, "Sample Launcher.lnk") --- 56,60 ---- target = os.path.join(lib_dir, ! "PythonCard\\samples\\samples.pyw") path = os.path.join(dest_dir, "Sample Launcher.lnk") |