lpcmanager
Clone
Summary
Browse
Changes
Graph
Firmware update py2 => py3 (wxpy3 => wxpy4)
19 months ago, Edouard Tisserant
7c1c9a104bb3
Firmware update py2 => py3 (wxpy3 => wxpy4)
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor