summaryrefslogtreecommitdiffstats
path: root/Lib/plat-mac/bundlebuilder.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2006-08-20 16:25:10 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2006-08-20 16:25:10 (GMT)
commitf1a69c16665c6c031c4723e5bc3e6d6f4118fa5e (patch)
treecf6ab6722fd4419721519ab7cf5f02d1d981a359 /Lib/plat-mac/bundlebuilder.py
parent0da7e03e12abd760085bd7e76df617d69fd94822 (diff)
downloadcpython-f1a69c16665c6c031c4723e5bc3e6d6f4118fa5e.zip
cpython-f1a69c16665c6c031c4723e5bc3e6d6f4118fa5e.tar.gz
cpython-f1a69c16665c6c031c4723e5bc3e6d6f4118fa5e.tar.bz2
Get rid of a bunch more has_key() uses. We *really* need a tool for this.
test_aepack now passes. IDLE still needs to be converted (among others).
Diffstat (limited to 'Lib/plat-mac/bundlebuilder.py')
-rwxr-xr-xLib/plat-mac/bundlebuilder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py
index 266b845..d21fc3e 100755
--- a/Lib/plat-mac/bundlebuilder.py
+++ b/Lib/plat-mac/bundlebuilder.py
@@ -481,7 +481,7 @@ class AppBuilder(BundleBuilder):
if self.standalone or self.semi_standalone:
self.includeModules.append("argvemulator")
self.includeModules.append("os")
- if not self.plist.has_key("CFBundleDocumentTypes"):
+ if "CFBundleDocumentTypes" not in self.plist:
self.plist["CFBundleDocumentTypes"] = [
{ "CFBundleTypeOSTypes" : [
"****",