diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-02 16:32:03 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-03-02 16:32:03 (GMT) |
commit | 043732e95d3653960be4e23a84dc6661683001c0 (patch) | |
tree | 507e8bb345b784b5808e16e838a770f014e29f35 /Mac/Modules/res/resscan.py | |
parent | cfef0096f993c929c2e7f4814b43b273db97bd9c (diff) | |
download | cpython-043732e95d3653960be4e23a84dc6661683001c0.zip cpython-043732e95d3653960be4e23a84dc6661683001c0.tar.gz cpython-043732e95d3653960be4e23a84dc6661683001c0.tar.bz2 |
Enable FSpResourceFileAlreadyOpen only for Carbon. This is not strictly correct: OS9 InterfaceLib has it, but enabling it will make Python refuse to run on 8.6 and earlier.
Diffstat (limited to 'Mac/Modules/res/resscan.py')
-rw-r--r-- | Mac/Modules/res/resscan.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mac/Modules/res/resscan.py b/Mac/Modules/res/resscan.py index 4b1babc..544e303 100644 --- a/Mac/Modules/res/resscan.py +++ b/Mac/Modules/res/resscan.py @@ -63,6 +63,7 @@ class ResourcesScanner(Scanner): 'FSpOpenOrphanResFile', 'DetachResourceFile', 'InsertResourceFile', + 'FSpResourceFileAlreadyOpen', ])] def makerepairinstructions(self): |