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