lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix infinite loop in retain code for SOM6 + Cosmetic changes: removed/added comments, re-indent.
2023-02-27, Edouard Tisserant
cc9ba2a5840e
Fix infinite loop in retain code for SOM6 + Cosmetic changes: removed/added comments, re-indent.
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