[Python-checkins] CVS: python/dist/src/Mac/Lib/test ctbtest.py,1.4,1.5
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月25日 05:02:32 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv18078/Python/Mac/Lib/test
Modified Files:
ctbtest.py
Log Message:
Import the MacOS toolbox modules from the Carbon package.
Index: ctbtest.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/test/ctbtest.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ctbtest.py 1997年06月12日 10:49:55 1.4
--- ctbtest.py 2001年08月25日 12:02:29 1.5
***************
*** 4,9 ****
#
import ctb
! import Evt
! import Events
import MacOS
import sys
--- 4,9 ----
#
import ctb
! from Carbon import Evt
! from Carbon import Events
import MacOS
import sys