[Python-checkins] CVS: python/dist/src/Mac/Contrib/ImageHelpers ImageMac.py,1.1,1.2

Jack Jansen jackjansen@users.sourceforge.net
Sat, 25 Aug 2001 05:05:36 -0700


Update of /cvsroot/python/python/dist/src/Mac/Contrib/ImageHelpers
In directory usw-pr-cvs1:/tmp/cvs-serv19163/Python/Mac/Contrib/ImageHelpers

Modified Files:
	ImageMac.py 
Log Message:
Import the MacOS toolbox modules from the Carbon package.

Index: ImageMac.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Contrib/ImageHelpers/ImageMac.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** ImageMac.py	2000/09/22 12:46:19	1.1
--- ImageMac.py	2001/08/25 12:05:34	1.2
***************
*** 22,26 ****
  '''
  import W
! import Qd
  from ExtPixMapWrapper import *
  from Numeric import *
--- 22,26 ----
  '''
  import W
! from Carbon import Qd
  from ExtPixMapWrapper import *
  from Numeric import *