diff options
author | Just van Rossum <just@lettererror.com> | 1999-06-30 19:31:14 (GMT) |
---|---|---|
committer | Just van Rossum <just@lettererror.com> | 1999-06-30 19:31:14 (GMT) |
commit | 3e2d73fef8f6c03988717074a42b47932aaf20ba (patch) | |
tree | 7574b1a7a267a6ad9f8e438c9e6f1d20f5e963fc /Mac/Tools/macfreeze | |
parent | f1ad207f2ab67d76c062c342b2832ae3f0d638bd (diff) | |
download | cpython-3e2d73fef8f6c03988717074a42b47932aaf20ba.zip cpython-3e2d73fef8f6c03988717074a42b47932aaf20ba.tar.gz cpython-3e2d73fef8f6c03988717074a42b47932aaf20ba.tar.bz2 |
Don't set type of application, it's taken care of elsewhere -- jvr
Diffstat (limited to 'Mac/Tools/macfreeze')
-rw-r--r-- | Mac/Tools/macfreeze/macgen_bin.py | 2 |
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!" |