From 7f7d5bf43873b13c21cff8ab452df3ebde3a39ce Mon Sep 17 00:00:00 2001 From: Raymond Hettinger Date: Tue, 21 May 2002 17:00:20 +0000 Subject: Patch 543222. Disable script bindings in shell window. --- Tools/idle/PyShell.py | 1 + 1 file changed, 1 insertion(+) (limited to 'Tools/idle/PyShell.py') diff --git a/Tools/idle/PyShell.py b/Tools/idle/PyShell.py index 2c471dee27..cf854d3c3b 100644 --- a/Tools/idle/PyShell.py +++ b/Tools/idle/PyShell.py @@ -76,6 +76,7 @@ class PyShellEditorWindow(EditorWindow): # Regular text edit window when a shell is present # XXX ought to merge with regular editor window + runnable = True # Shell not present, enable Import Module and Run Script def __init__(self, *args): apply(EditorWindow.__init__, (self,) + args) -- cgit v1.2.1