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

This commit is contained in:
Guido van Rossum 1998-08-11 14:13:44 +00:00
parent f6b6bbceb6
commit 9279ec2504
1 changed files with 0 additions and 1 deletions

View File

@ -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')