]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/dispatcher.py
Corrected scrolling when using cursor keys.
[wxWidgets.git] / wxPython / wx / py / dispatcher.py
index 9509d1edddb6e5e5a5a1d56f63fee65950f9dd23..4242179884c2dc6863735b3157029885ecf05f93 100644 (file)
@@ -8,12 +8,6 @@ import exceptions
 import types
 import weakref
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 
 class DispatcherError(exceptions.Exception):
     def __init__(self, args=None):