Kaydet (Commit) 9279ec25 authored tarafından Guido van Rossum's avatar Guido van Rossum

On the mac, shouldn't change the creator+type of the *source* file!

üst f6b6bbce
......@@ -65,4 +65,3 @@ def compile(file, cfile=None, dfile=None):
if os.name == 'mac':
import macfs
macfs.FSSpec(cfile).SetCreatorType('Pyth', 'PYC ')
macfs.FSSpec(file).SetCreatorType('Pyth', 'TEXT')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment