summaryrefslogtreecommitdiff
path: root/Lib/plat-mac/bundlebuilder.py
diff options
context:
space:
mode:
authorRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 12:23:18 +0000
committerRonald Oussoren <ronaldoussoren@mac.com>2009-09-06 12:23:18 +0000
commit626faeb77bf5cc8d545da3459dea0a518b3052c3 (patch)
tree526475445326b5d7344bb8203eddbc6ac29898c4 /Lib/plat-mac/bundlebuilder.py
parent135a7cf540b3070fd4b7ed30994ba3b75bc8183c (diff)
downloadcpython-git-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.gz
Fix for issue 4937
Diffstat (limited to 'Lib/plat-mac/bundlebuilder.py')
-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 61cadba0a0..7a710510f3 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():