From: Just van Rossum Date: Wed, 30 Jun 1999 19:31:14 +0000 (+0000) Subject: Don't set type of application, it's taken care of elsewhere -- jvr X-Git-Tag: v1.6a1~1120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e2d73fef8f6c03988717074a42b47932aaf20ba;p=thirdparty%2FPython%2Fcpython.git Don't set type of application, it's taken care of elsewhere -- jvr --- diff --git a/Mac/Tools/macfreeze/macgen_bin.py b/Mac/Tools/macfreeze/macgen_bin.py index b71b4c788e60..f3b97b3cabd2 100644 --- a/Mac/Tools/macfreeze/macgen_bin.py +++ b/Mac/Tools/macfreeze/macgen_bin.py @@ -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!"