features.py
changeset 731 4fc681ed0c61
parent 729 25054c592dc4
child 734 5c42cafaee15
--- a/features.py	Fri May 18 18:50:49 2012 +0200
+++ b/features.py	Sat May 19 12:41:48 2012 +0200
@@ -1,5 +1,5 @@
-libraries = ['py_ext.PythonLibrary',
-             'svgui.SVGUILibrary']
+libraries = [('Python','py_ext.PythonLibrary'),
+             ('SVGUI','svgui.SVGUILibrary')]
 
 catalog = [
     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),