diff options
| author | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-20 21:59:25 (GMT) |
|---|---|---|
| committer | Jack Jansen <jack.jansen@cwi.nl> | 2000-06-20 21:59:25 (GMT) |
| commit | d13c3854629d605236c4d7cc8589a647b069207e (patch) | |
| tree | de7c4a95117ecc763490fa17a6ef943873683ecd /Mac/scripts/fullbuild.py | |
| parent | 3c0d013db40bd704908d7067228d35ed3f6b46c5 (diff) | |
| download | cpython-d13c3854629d605236c4d7cc8589a647b069207e.zip cpython-d13c3854629d605236c4d7cc8589a647b069207e.tar.gz cpython-d13c3854629d605236c4d7cc8589a647b069207e.tar.bz2 | |
Replaced OpenResFile calls with FSpOpenResFile calls (which are carbon-compatible).
Diffstat (limited to 'Mac/scripts/fullbuild.py')
| -rw-r--r-- | Mac/scripts/fullbuild.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/fullbuild.py b/Mac/scripts/fullbuild.py index 11a6b8b..5095446 100644 --- a/Mac/scripts/fullbuild.py +++ b/Mac/scripts/fullbuild.py @@ -270,7 +270,7 @@ def incbuildno(filename): def main(): try: - h = Res.OpenResFile('fullbuild.rsrc') + h = Res.FSpOpenResFile('fullbuild.rsrc', 1) except Res.Error: pass # Assume we already have acces to our own resource |
