X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..70e45c91bb677a3fe7eb8152f3c89c08cb0b2496:/wxPython/wx/py/buffer.py diff --git a/wxPython/wx/py/buffer.py b/wxPython/wx/py/buffer.py index ebb04cc920..0139ce8663 100644 --- a/wxPython/wx/py/buffer.py +++ b/wxPython/wx/py/buffer.py @@ -11,12 +11,6 @@ import sys import document -try: - True -except NameError: - True = 1==1 - False = 1==0 - class Buffer: """Buffer class."""