mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
Patch 543222. Disable script bindings in shell window.
This commit is contained in:
parent
f79f2f94d5
commit
7f7d5bf438
3 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue