lpcmanager
Clone
Summary
Browse
Changes
Graph
fix SOM28 XSD - forgot to keep replaceable XSD root name
2019-03-13, Edouard Tisserant
d9d1219ba06e
fix SOM28 XSD - forgot to keep replaceable XSD root name
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