Commit 719cfc48 authored by Neal Norwitz's avatar Neal Norwitz

SF #517447, correct syntax error

parent 29001ff2
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment