lpcmanager

second commit for #2566 merged as a single commit
revamp
2018-08-06, Edouard Tisserant
0d3ddbd8b801
Parents 60d6bf2cdf6f
Children 5241893c04f0
second commit for #2566 merged as a single commit
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/WxGladeEditor.py Mon Aug 06 14:37:31 2018 +0200
@@ -0,0 +1,10 @@
+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
\ No newline at end of file