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

Jack Jansen jackjansen@users.sourceforge.net
Fri, 04 Jan 2002 08:00:25 -0800


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

Modified Files:
	Resources.py 
Log Message:
Some of the new routines are carbon-only.

Index: Resources.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Lib/Carbon/Resources.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Resources.py	2001/08/19 22:12:41	1.1
--- Resources.py	2002/01/04 16:00:23	1.2
***************
*** 9,13 ****
  mapReadOnly = 128
  mapCompact = 64
! mapChanged = 32                            
  resSysRefBit = 7
  resSysHeapBit = 6
--- 9,13 ----
  mapReadOnly = 128
  mapCompact = 64
! mapChanged = 32    
  resSysRefBit = 7
  resSysHeapBit = 6
***************
*** 19,27 ****
  mapReadOnlyBit = 7
  mapCompactBit = 6
! mapChangedBit = 5                             
  kResFileNotOpened = -1
! kSystemResFile = 0                             
  kRsrcChainBelowSystemMap = 0
  kRsrcChainBelowApplicationMap = 1
  kRsrcChainAboveApplicationMap = 2
! kRsrcChainAboveAllMaps = 4                             
--- 19,27 ----
  mapReadOnlyBit = 7
  mapCompactBit = 6
! mapChangedBit = 5     
  kResFileNotOpened = -1
! kSystemResFile = 0     
  kRsrcChainBelowSystemMap = 0
  kRsrcChainBelowApplicationMap = 1
  kRsrcChainAboveApplicationMap = 2
! kRsrcChainAboveAllMaps = 4