[Python-checkins] CVS: python/dist/src/Mac/Lib/test dragtest.py,1.1,1.2

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


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

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

Index: dragtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/dragtest.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** dragtest.py	1999/06/21 16:19:43	1.1
--- dragtest.py	2001/08/25 12:04:04	1.2
***************
*** 1,3 ****
! import Drag
  import time
  xxxx=1
--- 1,3 ----
! from Carbon import Drag
  import time
  xxxx=1