From 83c74d44ce4e69fc0d1be1d7f6a0360116afa154 Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Sat, 9 Jan 1999 05:00:59 +0000 Subject: [PATCH] Added ScriptBinding to standard bindings. --- Tools/idle/extend.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py index 58bc95fd9aa..05095563eec 100644 --- a/Tools/idle/extend.py +++ b/Tools/idle/extend.py @@ -7,4 +7,5 @@ "AutoExpand", "FormatParagraph", "ZoomHeight", + "ScriptBinding", ]