[Python-checkins] CVS: python/dist/src/Mac/Lib preferences.py,1.2,1.3
Jack Jansen
jackjansen@users.sourceforge.net
2001年8月25日 05:09:00 -0700
Update of /cvsroot/python/python/dist/src/Mac/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv20636/Python/Mac/Lib
Modified Files:
preferences.py
Log Message:
Import the MacOS toolbox modules from the Carbon package.
Index: preferences.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/preferences.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** preferences.py 1999年02月02日 15:48:54 1.2
--- preferences.py 2001年08月25日 12:08:58 1.3
***************
*** 2,6 ****
# General parser/loaders for preferences files and such
#
! import Res
import macfs
import struct
--- 2,6 ----
# General parser/loaders for preferences files and such
#
! from Carbon import Res
import macfs
import struct