X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07b87e8d9b49b46bbe71d414feb35db2be278586..4e75b65f7c801f98fd75e0863d29d59e4b12b6fb:/wxPython/wx/py/crust.py?ds=inline diff --git a/wxPython/wx/py/crust.py b/wxPython/wx/py/crust.py index ef9d235804..21a71cc680 100644 --- a/wxPython/wx/py/crust.py +++ b/wxPython/wx/py/crust.py @@ -17,12 +17,6 @@ import frame from shell import Shell from version import VERSION -try: - True -except NameError: - True = 1==1 - False = 1==0 - class Crust(wx.SplitterWindow): """Crust based on SplitterWindow."""