From: Kevin A. <ka...@us...> - 2004-04-28 19:09:50
|
Update of /cvsroot/pythoncard/PythonCard In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20061 Modified Files: twistedModel.py Log Message: changed to just calling iterate in the timer event Index: twistedModel.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/twistedModel.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** twistedModel.py 27 Apr 2004 22:03:05 -0000 1.1 --- twistedModel.py 28 Apr 2004 19:09:34 -0000 1.2 *************** *** 25,30 **** def OnTimer(self, event): ! reactor.runUntilCurrent() ! reactor.doIteration(0) def OnExit(self): --- 25,29 ---- def OnTimer(self, event): ! reactor.iterate() def OnExit(self): |