commit | 719cfc4864f4bbe941f85dae5eb4fdc403dc8400 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 01 13:07:34 2002 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Fri Mar 01 13:07:34 2002 +0000 |
tree | 9cd222c4511195289159617217579385ae393c5f | |
parent | 29001ff2341fe10a0f97c662b31c061cfad4fb5e [diff] [blame] |
SF #517447, correct syntax error
diff --git a/Demo/tix/tixwidgets.py b/Demo/tix/tixwidgets.py index 68cf56e..6e570d7 100644 --- a/Demo/tix/tixwidgets.py +++ b/Demo/tix/tixwidgets.py
@@ -135,8 +135,7 @@ 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