diff options
| author | Just van Rossum <just@lettererror.com> | 1999-06-30 19:31:14 +0000 |
|---|---|---|
| committer | Just van Rossum <just@lettererror.com> | 1999-06-30 19:31:14 +0000 |
| commit | 3e2d73fef8f6c03988717074a42b47932aaf20ba (patch) | |
| tree | 7574b1a7a267a6ad9f8e438c9e6f1d20f5e963fc | |
| parent | f1ad207f2ab67d76c062c342b2832ae3f0d638bd (diff) | |
| download | cpython-git-3e2d73fef8f6c03988717074a42b47932aaf20ba.tar.gz | |
Don't set type of application, it's taken care of elsewhere -- jvr
| -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 b71b4c788e..f3b97b3cab 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!" |
