mirror of
https://github.com/python/cpython.git
synced 2025-08-24 18:55:00 +00:00
Enable Check Module
This commit is contained in:
parent
a41b2bb981
commit
6eadc6cf7e
1 changed files with 2 additions and 5 deletions
|
@ -37,11 +37,8 @@ class ScriptBinding:
|
|||
|
||||
menudefs = [
|
||||
('run', [None,
|
||||
# ('Check module', '<<check-module>>'),
|
||||
('Run script', '<<run-script>>'),
|
||||
]
|
||||
),
|
||||
]
|
||||
('Check module', '<<check-module>>'),
|
||||
('Run script', '<<run-script>>'), ]), ]
|
||||
|
||||
def __init__(self, editwin):
|
||||
self.editwin = editwin
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue