[Python-checkins] CVS: python/dist/src/Mac/Lib py_resource.py,1.3,1.4
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月25日 05:09:25 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv20824/Python/Mac/Lib
Modified Files:
py_resource.py
Log Message:
Import the MacOS toolbox modules from the Carbon package.
Index: py_resource.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/py_resource.py,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** py_resource.py 1998年08月18日 12:23:11 1.3
--- py_resource.py 2001年08月25日 12:09:22 1.4
***************
*** 1,5 ****
"""Creation of PYC resources"""
import os
! import Res
import __builtin__
--- 1,5 ----
"""Creation of PYC resources"""
import os
! from Carbon import Res
import __builtin__