[PyCrust-cvs] PyCrust shell.py,1.119,1.120
Brought to you by:
pobrien
From: <po...@us...> - 2003-03-31 23:47:53
|
Update of /cvsroot/pycrust/PyCrust In directory sc8-pr-cvs1:/tmp/cvs-serv12881 Modified Files: shell.py Log Message: In case something else needs to happen OnIdle. Index: shell.py =================================================================== RCS file: /cvsroot/pycrust/PyCrust/shell.py,v retrieving revision 1.119 retrieving revision 1.120 diff -C2 -d -r1.119 -r1.120 *** shell.py 30 Mar 2003 20:47:25 -0000 1.119 --- shell.py 31 Mar 2003 23:47:49 -0000 1.120 *************** *** 234,237 **** --- 234,238 ---- if self.waiting: time.sleep(0.05) + event.Skip() def showIntro(self, text=''): |