]> granicus.if.org Git - python/commitdiff
change Mac creator/type
authorGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:01:05 +0000 (23:01 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 28 May 1996 23:01:05 +0000 (23:01 +0000)
Lib/py_compile.py

index 3c2809b0005a460566189403bf4d902f1fd670dc..2e68ba82c5b81770eb205b09bbefeb6db82ef183 100644 (file)
@@ -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')