lpcmanager
Clone
Summary
Browse
Changes
Graph
Add svghmi extention to GOT6
som6
2019-10-30, Edouard Tisserant
779f22de092e
Add svghmi extention to GOT6
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