features.py
branch1.1 Korean release
changeset 968 eee7625de1f7
parent 944 52a17be9c4d1
child 1511 91538d0c242c
child 1909 bb883e063175
equal deleted inserted replaced
808:6e205c1f05a0 968:eee7625de1f7
     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'),