lpcmanager
Clone
Summary
Browse
Changes
Graph
New widget HMI:MultiLangJsonTable was created to accommodate alarm description translations. Redmine issue #4574
py2compat
4 months ago, Dino Kosic
27368b88c253
New widget HMI:MultiLangJsonTable was created to accommodate alarm description translations. Redmine issue #4574
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