Python.app no longer advertises that it can handle .py and .pyc files,
PythonLauncher.app has taken that responsibility over.
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
deleted file mode 100644
index afead3e..0000000
--- a/Mac/OSXResources/app/Resources/PythonCompiled.icns
+++ /dev/null
Binary files differ
diff --git a/Mac/OSXResources/app/Resources/PythonSource.icns b/Mac/OSXResources/app/Resources/PythonSource.icns
deleted file mode 100644
index 4ac7a96..0000000
--- a/Mac/OSXResources/app/Resources/PythonSource.icns
+++ /dev/null
Binary files differ