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