From: Kevin A. <ka...@us...> - 2004-05-17 16:44:03
|
Update of /cvsroot/pythoncard/PythonCard/samples/fpop In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3099/samples/fpop Modified Files: dlg_config.py fpop.py Log Message: added drawbot goldenSection script to to turtle sample fixed fpop typo bugs Index: fpop.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/fpop.py,v retrieving revision 1.43 retrieving revision 1.44 diff -C2 -d -r1.43 -r1.44 *** fpop.py 10 May 2004 00:45:18 -0000 1.43 --- fpop.py 17 May 2004 16:43:53 -0000 1.44 *************** *** 276,280 **** """ self._doResize() ! event.skip() def _doResize(self): --- 276,280 ---- """ self._doResize() ! event.Skip() def _doResize(self): Index: dlg_config.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/fpop/dlg_config.py,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** dlg_config.py 10 May 2004 00:45:18 -0000 1.9 --- dlg_config.py 17 May 2004 16:43:53 -0000 1.10 *************** *** 5,9 **** """ ! from PythonCard import model import os --- 5,9 ---- """ ! from PythonCard import model, resource import os |