Don't set type of application, it's taken care of elsewhere -- jvr

This commit is contained in:
Just van Rossum 1999-06-30 19:31:14 +00:00
parent f1ad207f2a
commit 3e2d73fef8
1 changed files with 0 additions and 2 deletions

View File

@ -77,8 +77,6 @@ def generate(input, output, module_dict = None, architecture = 'fat', debug=0):
cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(), cfmfile.mergecfmfiles([applettemplatepath, corepath] + dynamicfiles.keys(),
output, architecture) output, architecture)
fss = macfs.FSSpec(output)
fss.SetCreatorType('Pyta', 'APPL')
print "done!" print "done!"