On the mac, shouldn't change the creator+type of the *source* file!
This commit is contained in:
parent
f6b6bbceb6
commit
9279ec2504
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue