X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..32c19f25fce3a38f9e4cf1497761fd7364d7bc62:/wxPython/wx/py/filling.py diff --git a/wxPython/wx/py/filling.py b/wxPython/wx/py/filling.py index 0a4b701465..f34bbf0153 100644 --- a/wxPython/wx/py/filling.py +++ b/wxPython/wx/py/filling.py @@ -16,11 +16,6 @@ import sys import types from version import VERSION -try: - True -except NameError: - True = 1==1 - False = 1==0 COMMONTYPES = [getattr(types, t) for t in dir(types) \ if not t.startswith('_') \