]> granicus.if.org Git - python/commitdiff
Don't set type of application, it's taken care of elsewhere -- jvr
authorJust van Rossum <just@lettererror.com>
Wed, 30 Jun 1999 19:31:14 +0000 (19:31 +0000)
committerJust van Rossum <just@lettererror.com>
Wed, 30 Jun 1999 19:31:14 +0000 (19:31 +0000)
Mac/Tools/macfreeze/macgen_bin.py

index b71b4c788e602036f133c9bcce40b4b56a45a962..f3b97b3cabd2a984279262a53ac8ce3808cd0406 100644 (file)
@@ -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!"