lpcmanager
Clone
Summary
Browse
Changes
Graph
close som6 branch before merge
som6
2021-04-09, Edouard Tisserant
ec77b7c1dae2
close som6 branch before merge
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