diff options
| author | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:23:18 (GMT) |
|---|---|---|
| committer | Ronald Oussoren <ronaldoussoren@mac.com> | 2009-09-06 12:23:18 (GMT) |
| commit | 626faeb77bf5cc8d545da3459dea0a518b3052c3 (patch) | |
| tree | 526475445326b5d7344bb8203eddbc6ac29898c4 /Lib/plat-mac/bundlebuilder.py | |
| parent | 135a7cf540b3070fd4b7ed30994ba3b75bc8183c (diff) | |
| download | cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.zip cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.gz cpython-626faeb77bf5cc8d545da3459dea0a518b3052c3.tar.bz2 | |
Fix for issue 4937
Diffstat (limited to 'Lib/plat-mac/bundlebuilder.py')
| -rwxr-xr-x | Lib/plat-mac/bundlebuilder.py | 1 |
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(): |
