]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/interpreter.py
Don't override methods that are in wxControlWithItems
[wxWidgets.git] / wxPython / wx / py / interpreter.py
index 426b0b966f0446bfa508db7f54f4d4c5b1964fce..fe95d5e80b839065427809185b89df584bef4a99 100644 (file)
@@ -10,12 +10,6 @@ from code import InteractiveInterpreter
 import dispatcher
 import introspect
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 
 class Interpreter(InteractiveInterpreter):
     """Interpreter based on code.InteractiveInterpreter."""