lpcmanager
Clone
Summary
Browse
Changes
Graph
Now, target CFLAGS and LDFLAGS are filled by distribution when building the installer.
2019-03-12, Edouard Tisserant
93688bfae6ed
Now, target CFLAGS and LDFLAGS are filled by distribution when building the installer.
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