X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..856bf319b572699cc31ceef8cf78d1b9770cacf9:/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."""