]> git.saurik.com Git - wxWidgets.git/blobdiff - wxPython/wx/py/introspect.py
Fixed typo
[wxWidgets.git] / wxPython / wx / py / introspect.py
index a6df887ea21f05d576be01223aa98e7358aad3bc..e948296ed8c49d355aab02045fdfb98e9202beba 100644 (file)
@@ -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.