Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 719cfc4

Browse files
committed
SF #517447, correct syntax error
1 parent 29001ff commit 719cfc4

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Demo/tix/tixwidgets.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,7 @@ def loop(self):
135135
import tkMessageBox, traceback
136136
while self.exit < 0:
137137
try:
138-
while self.exit < 0:
139-
self.root.tk.dooneevent(TCL_ALL_EVENTS)
138+
self.root.tk.dooneevent(TCL_ALL_EVENTS)
140139
except SystemExit:
141140
#print 'Exit'
142141
self.exit = 1

0 commit comments

Comments
 (0)