diff --git a/Tools/idle/AutoExpand.py b/Tools/idle/AutoExpand.py index 0d57be4205b..09f34b38d9f 100644 --- a/Tools/idle/AutoExpand.py +++ b/Tools/idle/AutoExpand.py @@ -12,7 +12,7 @@ class AutoExpand: } unix_keydefs = { - '<>': [''], + '<>': ['', ''], } menudefs = [ @@ -25,7 +25,6 @@ class AutoExpand: def __init__(self, editwin): self.text = editwin.text - self.text.wordlist = None # XXX what is this? self.state = None def expand_word_event(self, event):