lpcmanager

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