commit | 7f7d5bf43873b13c21cff8ab452df3ebde3a39ce | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Tue May 21 17:00:20 2002 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Tue May 21 17:00:20 2002 +0000 |
tree | 96808a1a4f8f180ec5592b20903386930ca88506 | |
parent | f79f2f94d5f7e13e0d409d5c00f752280fd3d628 [diff] [blame] |
Patch 543222. Disable script bindings in shell window.
diff --git a/Tools/idle/EditorWindow.py b/Tools/idle/EditorWindow.py index 47d2242..9535261 100644 --- a/Tools/idle/EditorWindow.py +++ b/Tools/idle/EditorWindow.py
@@ -95,6 +95,7 @@ about_text = about_text vars = {} + runnable = False # Shell window cannot Import Module or Run Script def __init__(self, flist=None, filename=None, key=None, root=None): edconf = idleconf.getsection('EditorWindow')