features.py
changeset 731 4fc681ed0c61
parent 729 25054c592dc4
child 734 5c42cafaee15
equal deleted inserted replaced
730:4480b7da6bea 731:4fc681ed0c61
     1 libraries = ['py_ext.PythonLibrary',
     1 libraries = [('Python','py_ext.PythonLibrary'),
     2              'svgui.SVGUILibrary']
     2              ('SVGUI','svgui.SVGUILibrary')]
     3 
     3 
     4 catalog = [
     4 catalog = [
     5     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     5     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     6     ('c_ext', _('C extention'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     6     ('c_ext', _('C extention'), _('Add C code accessing located variables synchronously'), 'c_ext.CFile'),
     7     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),
     7     ('py_ext', _('Python file'), _('Add Python code executed asynchronously'), 'py_ext.PythonFile'),