]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/demo/Main.py
Lots of demo tweaks for API updates, bug fixes and new images for the
[wxWidgets.git] / wxPython / demo / Main.py
index ef214a2a53e77f885adeed3a520dfce673e86d11..70fdd3f0d1a0c30f191e74f8981b193156fd4859 100644 (file)
@@ -23,13 +23,6 @@ import images
 ##print os.getpid(); raw_input("Press a key...")
 
 
-# Use Python's bool constants if available, make aliases if not
-try:
-    True
-except NameError:
-    __builtins__.True = 1==1
-    __builtins__.False = 1==0
-
 #---------------------------------------------------------------------------