X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c7ad88ef818aa58d1c6fbd2bcb666d43ca4add8c..52f52ebc4e0be6a9899d328b08db9eb14629d219:/wxPython/wx/py/introspect.py?ds=sidebyside 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.