]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyAlaModeTest.py
Fixed typo
[wxWidgets.git] / wxPython / wx / py / PyAlaModeTest.py
index 57b52e4524b4f598b70f378f4ae8dab64f8389aa..3ae9cb600adff6467de8b9dd813a9356975db125 100755 (executable)
@@ -11,12 +11,6 @@ import sys
 
 import editor
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 class App(wx.App):
     """PyAlaModeTest standalone application."""