]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/filling.py
Applied patch [ 1281902 ] fix for wxJoystick under Linux
[wxWidgets.git] / wxPython / wx / py / filling.py
index 0a4b701465ecdcb98d85a8610fd6363dc79d0c1f..f34bbf0153c307dd47c7592c2cdf6ee2d7aea532 100644 (file)
@@ -16,11 +16,6 @@ import sys
 import types
 from version import VERSION
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
 
 COMMONTYPES = [getattr(types, t) for t in dir(types) \
                if not t.startswith('_') \