lpcmanager
Clone
Summary
Browse
Changes
Graph
RS485: fix missing one selector out of 12 for LHC-1 MU1.
py2compat
5 months ago, Tomaz Orac
750f686c63af
RS485: fix missing one selector out of 12 for LHC-1 MU1.
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