lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix special SmatehCloud topic subscription not happening despite option being selected.
py2compat
16 months ago, Edouard Tisserant
48b1c9ba7a26
Fix special SmatehCloud topic subscription not happening despite option being selected.
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