SF #517447, correct syntax error
This commit is contained in:
parent
29001ff234
commit
719cfc4864
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue