lpcmanager
Clone
Summary
Browse
Changes
Graph
FW updater: fix update operation timeout to accomodate new 1GB images.
py2compat
6 months ago, Tomaz Orac
66ee29c1b7ba
FW updater: fix update operation timeout to accomodate new 1GB images.
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