[Python-checkins] CVS: python/dist/src/Mac/Tools/IDE W.py,1.3,1.3.2.1

Jack Jansen jackjansen@users.sourceforge.net
Tue, 20 Nov 2001 15:21:49 -0800


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory usw-pr-cvs1:/tmp/cvs-serv8398/Python/Mac/Tools/IDE

Modified Files:
      Tag: r22b2-branch
	W.py 
Log Message:
Merged Just's trunk changes.

Index: W.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/W.py,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -d -r1.3 -r1.3.2.1
*** W.py	2001/11/02 19:22:55	1.3
--- W.py	2001/11/20 23:21:47	1.3.2.1
***************
*** 32,36 ****
  
  def Message(text):
! 	import EasyDialogs, Qd, string
  	Qd.InitCursor()
  	text = string.replace(text, "\n", "\r")
--- 32,37 ----
  
  def Message(text):
! 	import EasyDialogs, string
! 	from Carbon import Qd
  	Qd.InitCursor()
  	text = string.replace(text, "\n", "\r")