]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/src/mac/core.py
Fixes so bg colors in a notebook on XP are visible again
[wxWidgets.git] / wxPython / src / mac / core.py
index fb9d9860361dd92ef696e413449dd4cb645ce8d0..bc4641def5c4c294edc5b4af034c1489f4cdf116 100644 (file)
@@ -9226,6 +9226,8 @@ try:
 except NameError:
     __builtins__.True = 1==1
     __builtins__.False = 1==0
+    def bool(value): return not not value
+    __builtins__.bool = bool