X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..0ffb2aa6e47721eebc485931efaad028b51b0565:/wxPython/wx/py/PyCrust.py diff --git a/wxPython/wx/py/PyCrust.py b/wxPython/wx/py/PyCrust.py index c48cb344df..4bd5637050 100644 --- a/wxPython/wx/py/PyCrust.py +++ b/wxPython/wx/py/PyCrust.py @@ -13,12 +13,6 @@ __revision__ = "$Revision$"[11:-2] import wx -try: - True -except NameError: - True = 1==1 - False = 1==0 - class App(wx.App): """PyCrust standalone application."""