lpcmanager
Clone
Summary
Browse
Changes
Graph
SVGHMI: stop restarting browser in OnWatchdog command, extend watchdog interval timeout.
2022-11-08, Edouard Tisserant
f299e9b6a5e3
SVGHMI: stop restarting browser in OnWatchdog command, extend watchdog interval timeout.
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