X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..7ec81a8c2d4e5752e8f2018b6b4a9f0899db8fe7:/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."""