commit | a3a505076efc19ec23669370778c5fa22d030ffa | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 18:17:54 2010 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Sat Apr 03 18:17:54 2010 +0000 |
tree | 4d91e9339c5d09bb17147162538fe1835e47e432 | |
parent | 5f516edd77d00cae24d287285e455833d44097a7 [diff] [blame] |
Silence DeprecationWarnings from uses of has_key and <> in plat-mac.
diff --git a/Lib/plat-mac/buildtools.py b/Lib/plat-mac/buildtools.py index f137411..bbb37ab 100644 --- a/Lib/plat-mac/buildtools.py +++ b/Lib/plat-mac/buildtools.py
@@ -207,7 +207,7 @@ 'icl8', 'ics4', 'ics8', 'ICN#', 'ics#'] if not copy_codefragment: skiptypes.append('cfrg') -## skipowner = (ownertype <> None) +## skipowner = (ownertype != None) # Copy the resources from the template