diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-01 21:12:36 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-08-01 21:12:36 (GMT) |
commit | 2fc993d16fb31e5a55c13998b3c35032fcbb1771 (patch) | |
tree | 5d485bc3782d169cb50742515f0d6b0f52fa3d58 /Mac | |
parent | b54c27c861ad71fc090939da4c5fdb4f5e3bc67c (diff) | |
download | cpython-2fc993d16fb31e5a55c13998b3c35032fcbb1771.zip cpython-2fc993d16fb31e5a55c13998b3c35032fcbb1771.tar.gz cpython-2fc993d16fb31e5a55c13998b3c35032fcbb1771.tar.bz2 |
Python.app no longer advertises that it can handle .py and .pyc files,
PythonLauncher.app has taken that responsibility over.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/OSXResources/app/Info.plist | 32 | ||||
-rw-r--r-- | Mac/OSXResources/app/Resources/PythonCompiled.icns | bin | 57125 -> 0 bytes | |||
-rw-r--r-- | Mac/OSXResources/app/Resources/PythonSource.icns | bin | 50112 -> 0 bytes |
3 files changed, 0 insertions, 32 deletions
diff --git a/Mac/OSXResources/app/Info.plist b/Mac/OSXResources/app/Info.plist index 29cc29d..7fd5117 100644 --- a/Mac/OSXResources/app/Info.plist +++ b/Mac/OSXResources/app/Info.plist @@ -7,38 +7,6 @@ <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> <string>****</string> diff --git a/Mac/OSXResources/app/Resources/PythonCompiled.icns b/Mac/OSXResources/app/Resources/PythonCompiled.icns Binary files differdeleted file mode 100644 index afead3e..0000000 --- a/Mac/OSXResources/app/Resources/PythonCompiled.icns +++ /dev/null diff --git a/Mac/OSXResources/app/Resources/PythonSource.icns b/Mac/OSXResources/app/Resources/PythonSource.icns Binary files differdeleted file mode 100644 index 4ac7a96..0000000 --- a/Mac/OSXResources/app/Resources/PythonSource.icns +++ /dev/null |