lpcmanager

Update StdoutPseudoFile.py to python 3

2024-04-09, Edouard Tisserant
7b123fc70d19
Update StdoutPseudoFile.py to python 3
from editors.CodeFileEditor import CodeFileEditor
from py_ext.PythonEditor import PythonCodeEditor
class WxGladeEditor(CodeFileEditor):
CONFNODEEDITOR_TABS = [
(_("Python code"), "_create_CodePanel")]
CODE_EDITOR = PythonCodeEditor