[wpdev-commits] xmlscripts/scripts/speech banker.py,1.15,1.16
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-30 16:58:21
|
Update of /cvsroot/wpdev/xmlscripts/scripts/speech In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12395/speech Modified Files: banker.py Log Message: Speech fix. Index: banker.py =================================================================== RCS file: /cvsroot/wpdev/xmlscripts/scripts/speech/banker.py,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** banker.py 12 Oct 2004 10:43:28 -0000 1.15 --- banker.py 30 Oct 2004 16:58:08 -0000 1.16 *************** *** 139,145 **** # Resend Status (Money changed) speaker.socket.resendstatus() ! break ! return 1 # An item has been dropped on us --- 139,145 ---- # Resend Status (Money changed) speaker.socket.resendstatus() ! return 1 ! return False # An item has been dropped on us |