lpcmanager
Clone
Summary
Browse
Changes
Graph
Matches i2c_apf28_rtdm commit 8c087aaadc7b "Renamed right* variables and typedef with neutral name, so that it fits for both onboard and righbus"
2019-02-27, Edouard Tisserant
c4d10a4a8592
Matches i2c_apf28_rtdm commit 8c087aaadc7b "Renamed right* variables and typedef with neutral name, so that it fits for both onboard and righbus"
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