lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed exception when building caused by changes in Beremiz' toolchain_gcc.py
revamp
2018-12-05, Edouard Tisserant
aaea7348dc3d
Fixed exception when building caused by changes in Beremiz' toolchain_gcc.py
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