X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7ad88ef818aa58d1c6fbd2bcb666d43ca4add8c..45d67f33e03119fff883432a394c8e062158821e:/wxPython/wx/py/introspect.py diff --git a/wxPython/wx/py/introspect.py b/wxPython/wx/py/introspect.py index a6df887ea2..e948296ed8 100644 --- a/wxPython/wx/py/introspect.py +++ b/wxPython/wx/py/introspect.py @@ -13,12 +13,6 @@ import sys import tokenize import types -try: - True -except NameError: - True = 1==1 - False = 1==0 - def getAutoCompleteList(command='', locals=None, includeMagic=1, includeSingle=1, includeDouble=1): """Return list of auto-completion options for command.