laurent@784: libraries = [ laurent@784: ('Python', 'py_ext.PythonLibrary'), laurent@784: ('SVGUI', 'svgui.SVGUILibrary')] etisserant@10: Edouard@720: catalog = [ Edouard@721: ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), Edouard@734: ('c_ext', _('C extension'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'), Edouard@728: ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'), Edouard@728: ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'), Edouard@728: ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')] etisserant@10: laurent@784: file_editors = []