X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d14a1e28567de23c586bc80017073d0c39f8d18f..fdde476d53dcdb03bebd8ead8cea2c377fc3567d:/wxPython/wx/py/filling.py?ds=inline 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('_') \