summaryrefslogtreecommitdiff
path: root/Tools/idle/extend.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1999-01-09 05:00:59 +0000
committerGuido van Rossum <guido@python.org>1999-01-09 05:00:59 +0000
commit83c74d44ce4e69fc0d1be1d7f6a0360116afa154 (patch)
tree045d42aa0256b51da364a04bc1f47676b7a60efa /Tools/idle/extend.py
parent9f4258490726c15a37484676177913a928b35783 (diff)
downloadcpython-git-83c74d44ce4e69fc0d1be1d7f6a0360116afa154.tar.gz
Added ScriptBinding to standard bindings.
Diffstat (limited to 'Tools/idle/extend.py')
-rw-r--r--Tools/idle/extend.py1
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",
]