diff options
Diffstat (limited to 'Tools/idle/extend.py')
-rw-r--r-- | Tools/idle/extend.py | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tools/idle/extend.py b/Tools/idle/extend.py deleted file mode 100644 index de90f36..0000000 --- a/Tools/idle/extend.py +++ /dev/null @@ -1,12 +0,0 @@ -# IDLE extensions to be loaded by default (see extend.txt). -# Edit this file to configure your set of IDLE extensions. - -standard = [ - "SearchBinding", - "AutoIndent", - "AutoExpand", - "FormatParagraph", - "ZoomHeight", - "ScriptBinding", - "CallTips", -] |