Enable Check Module

This commit is contained in:
Kurt B. Kaiser 2002-12-03 23:09:23 +00:00
parent a41b2bb981
commit 6eadc6cf7e
1 changed files with 2 additions and 5 deletions

View File

@ -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