Edouard@728: libraries = ['py_ext.PythonLibrary', Edouard@728: 'svgui.SVGUILibrary'] etisserant@10: Edouard@720: catalog = [ Edouard@721: ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), Edouard@728: ('c_ext', _('C extention'), _('Add C code accessing located variables synchronously'), 'c_ext.c_ext.RootClass'), 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: