mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
Don't set type of application, it's taken care of elsewhere -- jvr
This commit is contained in:
parent
f1ad207f2a
commit
3e2d73fef8
1 changed files with 0 additions and 2 deletions
|
@ -77,8 +77,6 @@ def generate(input, output, module_dict = None, architecture = 'fat', debug=0):
|
|||
cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(),
|
||||
output, architecture)
|
||||
|
||||
fss = macfs.FSSpec(output)
|
||||
fss.SetCreatorType('Pyta', 'APPL')
|
||||
print "done!"
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue