mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
SF #517447, correct syntax error
This commit is contained in:
parent
29001ff234
commit
719cfc4864
1 changed files with 1 additions and 2 deletions
|
|
@ -135,8 +135,7 @@ def loop(self):
|
|||
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…
Add table
Add a link
Reference in a new issue