[Python-checkins] CVS: python/dist/src/Demo/tix tixwidgets.py,1.4,1.5

Neal Norwitz nnorwitz@users.sourceforge.net
Fri, 01 Mar 2002 05:07:37 -0800


Update of /cvsroot/python/python/dist/src/Demo/tix
In directory usw-pr-cvs1:/tmp/cvs-serv30904

Modified Files:
	tixwidgets.py 
Log Message:
SF #517447, correct syntax error

Index: tixwidgets.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Demo/tix/tixwidgets.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tixwidgets.py	25 Nov 2001 14:50:55 -0000	1.4
--- tixwidgets.py	1 Mar 2002 13:07:34 -0000	1.5
***************
*** 136,141 ****
          while self.exit < 0:
              try:
!         while self.exit < 0:
!             self.root.tk.dooneevent(TCL_ALL_EVENTS)
              except SystemExit:
                  #print 'Exit'
--- 136,140 ----
          while self.exit < 0:
              try:
!                 self.root.tk.dooneevent(TCL_ALL_EVENTS)
              except SystemExit:
                  #print 'Exit'