summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 12:23:18 (GMT)
committerRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 12:23:18 (GMT)
commit626faeb77bf5cc8d545da3459dea0a518b3052c3 (patch)
tree526475445326b5d7344bb8203eddbc6ac29898c4 /Lib/plat-mac
parent135a7cf540b3070fd4b7ed30994ba3b75bc8183c (diff)
downloadcpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.zip
cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.gz
cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.bz2
Fix for issue 4937
Diffstat (limited to 'Lib/plat-mac')
-rwxr-xr-xLib/plat-mac/bundlebuilder.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py
index 61cadba..7a71051 100755
--- a/Lib/plat-mac/bundlebuilder.py
+++ b/Lib/plat-mac/bundlebuilder.py
@@ -341,7 +341,6 @@ PYTHONFRAMEWORKGOODIES = [
"Python", # the Python core library
"Resources/English.lproj",
"Resources/Info.plist",
- "Resources/version.plist",
]
def isFramework():