lpcmanager
Clone
Summary
Browse
Changes
Graph
Backed out changeset 613633227bc2 - no need to customise eRPC interface because of using newly added ExtendedCall.
19 months ago, Edouard Tisserant
0892985090bd
Backed out changeset 613633227bc2 - no need to customise eRPC interface because of using newly added ExtendedCall.
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor