Some of the new routines are carbon-only.
diff --git a/Mac/Lib/Carbon/Resources.py b/Mac/Lib/Carbon/Resources.py
index be1947d..8030396 100644
--- a/Mac/Lib/Carbon/Resources.py
+++ b/Mac/Lib/Carbon/Resources.py
@@ -8,7 +8,7 @@
 resChanged = 2
 mapReadOnly = 128
 mapCompact = 64
-mapChanged = 32                            
+mapChanged = 32    
 resSysRefBit = 7
 resSysHeapBit = 6
 resPurgeableBit = 5
@@ -18,10 +18,10 @@
 resChangedBit = 1
 mapReadOnlyBit = 7
 mapCompactBit = 6
-mapChangedBit = 5                             
+mapChangedBit = 5     
 kResFileNotOpened = -1
-kSystemResFile = 0                             
+kSystemResFile = 0     
 kRsrcChainBelowSystemMap = 0
 kRsrcChainBelowApplicationMap = 1
 kRsrcChainAboveApplicationMap = 2
-kRsrcChainAboveAllMaps = 4                             
+kRsrcChainAboveAllMaps = 4