mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
On the mac, shouldn't change the creator+type of the *source* file!
This commit is contained in:
parent
f6b6bbceb6
commit
9279ec2504
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue