]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/PyAlaMode.py
Script updates
[wxWidgets.git] / wxPython / wx / py / PyAlaMode.py
index d33243a36ad116e4b45e04eb9e91735aadeee088..06d1583657669f9891162436d3c2170ab154daf1 100644 (file)
@@ -11,12 +11,6 @@ import sys
 
 import editor
 
-try:
-    True
-except NameError:
-    True = 1==1
-    False = 1==0
-
 class App(wx.App):
     """PyAlaMode standalone application."""