summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Mac/Tools/macfreeze/macgen_bin.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Mac/Tools/macfreeze/macgen_bin.py b/Mac/Tools/macfreeze/macgen_bin.py
index b71b4c7..f3b97b3 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!"