[Python-checkins] CVS: python/dist/src/Mac/Lib PixMapWrapper.py,1.2,1.3

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


Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv20569/Python/Mac/Lib

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

Index: PixMapWrapper.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/PixMapWrapper.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PixMapWrapper.py	2000/10/22 21:59:23	1.2
--- PixMapWrapper.py	2001/08/25 12:08:49	1.3
***************
*** 6,11 ****
  J. Strout <joe@strout.net>  February 1999"""
  
! import Qd
! import QuickDraw
  import struct
  import MacOS
--- 6,11 ----
  J. Strout <joe@strout.net>  February 1999"""
  
! from Carbon import Qd
! from Carbon import QuickDraw
  import struct
  import MacOS