SF #517447, correct syntax error

This commit is contained in:
Neal Norwitz 2002-03-01 13:07:34 +00:00
parent 29001ff234
commit 719cfc4864
1 changed files with 1 additions and 2 deletions

View File

@ -135,8 +135,7 @@ class Demo:
import tkMessageBox, traceback
while self.exit < 0:
try:
while self.exit < 0:
self.root.tk.dooneevent(TCL_ALL_EVENTS)
self.root.tk.dooneevent(TCL_ALL_EVENTS)
except SystemExit:
#print 'Exit'
self.exit = 1