diff options
Diffstat (limited to 'Lib/py_compile.py')
-rw-r--r-- | Lib/py_compile.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/py_compile.py b/Lib/py_compile.py index 3c2809b..2e68ba8 100644 --- a/Lib/py_compile.py +++ b/Lib/py_compile.py @@ -27,5 +27,5 @@ def compile(file, cfile = None): fc.close() if os.name == 'mac': import macfs - macfs.FSSpec(cfile).SetCreatorType('PYTH', 'PYC ') - macfs.FSSpec(file).SetCreatorType('PYTH', 'TEXT') + macfs.FSSpec(cfile).SetCreatorType('Pyth', 'PYC ') + macfs.FSSpec(file).SetCreatorType('Pyth', 'TEXT') |