From: Kevin A. <ka...@us...> - 2004-09-28 02:14:58
|
Update of /cvsroot/pythoncard/PythonCard/samples/life In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8772/samples/life Modified Files: life.py Log Message: stupidly had commented out SafeYield Index: life.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/samples/life/life.py,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** life.py 28 Sep 2004 01:45:17 -0000 1.42 --- life.py 28 Sep 2004 02:14:49 -0000 1.43 *************** *** 154,158 **** self.grid = newgrid self.displayGeneration() ! #wx.SafeYield(self) def displayGeneration(self): --- 154,158 ---- self.grid = newgrid self.displayGeneration() ! wx.SafeYield(self) def displayGeneration(self): |