lpcmanager
Clone
Summary
Browse
Changes
Graph
Prevent dblquotes and carriage return to end in variables options
som6
2020-11-16, Edouard Tisserant
9cb1cbceeadc
Prevent dblquotes and carriage return to end in variables options
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