[Python-checkins] python/dist/src/Mac/Demo/mlte mlted.py,1.4,1.5

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 29 Nov 2002 16:01:50 -0800


Update of /cvsroot/python/python/dist/src/Mac/Demo/mlte
In directory sc8-pr-cvs1:/tmp/cvs-serv20028/Demo/mlte

Modified Files:
	mlted.py 
Log Message:
Lots of minor tweaks for the pep252 checkins, mainly because Qd
attributes are no longer supported.


Index: mlted.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Demo/mlte/mlted.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** mlted.py	25 Aug 2001 12:07:17 -0000	1.4
--- mlted.py	30 Nov 2002 00:01:17 -0000	1.5
***************
*** 363,367 ****
  			self.active.do_idle(event)
  		else:
! 			Qd.SetCursor(Qd.qd.arrow)
  
  def main():
--- 363,367 ----
  			self.active.do_idle(event)
  		else:
! 			Qd.SetCursor(Qd.GetQDGlobalsArrow())
  
  def main():