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 58bc95fd9a..05095563ee 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -7,4 +7,5 @@ standard = [ "AutoExpand", "FormatParagraph", "ZoomHeight", + "ScriptBinding", ] |