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

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


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

Modified Files:
      Tag: release22-maint
	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.4.6.1
diff -C2 -d -r1.4 -r1.4.6.1
*** tixwidgets.py	25 Nov 2001 14:50:55 -0000	1.4
--- tixwidgets.py	1 Mar 2002 13:10:02 -0000	1.4.6.1
***************
*** 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'