features.py
changeset 944 52a17be9c4d1
parent 784 a1d970365e41
child 1511 91538d0c242c
child 1909 bb883e063175
equal deleted inserted replaced
943:da7f80e04a54 944:52a17be9c4d1
     1 libraries = [
     1 libraries = [
       
     2     ('Native', 'NativeLib.NativeLibrary'),
     2     ('Python', 'py_ext.PythonLibrary'),
     3     ('Python', 'py_ext.PythonLibrary'),
     3     ('SVGUI', 'svgui.SVGUILibrary')]
     4     ('SVGUI', 'svgui.SVGUILibrary')]
     4 
     5 
     5 catalog = [
     6 catalog = [
     6     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
     7     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),