X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..9c7d63962a6ca6de7a85ed34a37fb227555a6714:/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('_') \