Python.app no longer advertises that it can handle .py and .pyc files,

PythonLauncher.app has taken that responsibility over.
This commit is contained in:
Jack Jansen 2002-08-01 21:12:36 +00:00
parent b54c27c861
commit 2fc993d16f
3 changed files with 0 additions and 32 deletions

View File

@ -6,38 +6,6 @@
<string>English</string>
<key>CFBundleDocumentTypes</key>
<array>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>py</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>PythonSource.icns</string>
<key>CFBundleTypeName</key>
<string>Python Module</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>TEXT</string>
</array>
<key>CFBundleTypeRole</key>
<string>Shell</string>
</dict>
<dict>
<key>CFBundleTypeExtensions</key>
<array>
<string>pyc</string>
</array>
<key>CFBundleTypeIconFile</key>
<string>PythonCompiled.icns</string>
<key>CFBundleTypeName</key>
<string>Python Compiled Module</string>
<key>CFBundleTypeOSTypes</key>
<array>
<string>PYC</string>
</array>
<key>CFBundleTypeRole</key>
<string>Shell</string>
</dict>
<dict>
<key>CFBundleTypeOSTypes</key>
<array>