X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..a374cdc43e89304a9c67d221949e7cb94b5d8c93:/wxPython/wx/py/buffer.py?ds=sidebyside 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."""