[Python-checkins] CVS: python/dist/src/Mac/Lib/test tte.py,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Sat, 25 Aug 2001 05:13:30 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv22158/Python/Mac/Lib/test
Modified Files:
tte.py
Log Message:
Import the MacOS toolbox modules from the Carbon package.
Index: tte.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/tte.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tte.py 1996/04/10 14:43:15 1.1
--- tte.py 2001/08/25 12:13:28 1.2
***************
*** 1,7 ****
# Test TE module, simple version
! from Win import *
! from TE import *
! import Qd
r = (40, 40, 140, 140)
--- 1,7 ----
# Test TE module, simple version
! from Carbon.Win import *
! from Carbon.TE import *
! from Carbon import Qd
r = (40, 40, 140, 140)