X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..b6bfd8e8f49b13a0a81cfd849d9834c6c90feddd:/wxPython/wx/py/editor.py diff --git a/wxPython/wx/py/editor.py b/wxPython/wx/py/editor.py index 6a547188f7..6a6293ca22 100644 --- a/wxPython/wx/py/editor.py +++ b/wxPython/wx/py/editor.py @@ -14,12 +14,6 @@ import frame from shell import Shell import version -try: - True -except NameError: - True = 1==1 - False = 1==0 - class EditorFrame(frame.Frame): """Frame containing one editor."""