diff options
Diffstat (limited to 'Tools/idle/extend.py')
-rw-r--r-- | Tools/idle/extend.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py index 0509556..de90f36 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -8,4 +8,5 @@ standard = [ "FormatParagraph", "ZoomHeight", "ScriptBinding", + "CallTips", ] |