X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..08938fe1b5d34e694fa70d968f96e4e7c2a415cd:/wxPython/wx/py/PyAlaModeTest.py

diff --git a/wxPython/wx/py/PyAlaModeTest.py b/wxPython/wx/py/PyAlaModeTest.py
index 57b52e4524..3ae9cb600a 100755
--- a/wxPython/wx/py/PyAlaModeTest.py
+++ b/wxPython/wx/py/PyAlaModeTest.py
@@ -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."""