lpcmanager
Clone
Summary
Browse
Changes
Graph
Overrides Beremiz' SVGHMI extension's XSD to set default values so that COG browser is managed by SVGHMI.
som6
2020-01-15, Edouard Tisserant
ad9fb331513d
Overrides Beremiz' SVGHMI extension's XSD to set default values so that COG browser is managed by SVGHMI.
from __future__ import absolute_import
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor