X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..418ab1e742d1da28f69f0871adc6df5f697bc7c0:/wxPython/wx/py/pseudo.py diff --git a/wxPython/wx/py/pseudo.py b/wxPython/wx/py/pseudo.py index 583854809a..482be6c4cc 100644 --- a/wxPython/wx/py/pseudo.py +++ b/wxPython/wx/py/pseudo.py @@ -4,12 +4,6 @@ __author__ = "Patrick K. O'Brien " __cvsid__ = "$Id$" __revision__ = "$Revision$"[11:-2] -try: - True -except NameError: - True = 1==1 - False = 1==0 - class PseudoKeyword: """A callable class that calls a method passed as a parameter.