diff -r 7499535588e6 -r f49875b9e946 features.py --- a/features.py Tue Jun 19 21:59:34 2012 +0200 +++ b/features.py Fri Jul 06 21:00:43 2012 +0200 @@ -1,5 +1,6 @@ -libraries = [('Python','py_ext.PythonLibrary'), - ('SVGUI','svgui.SVGUILibrary')] +libraries = [ + ('Python', 'py_ext.PythonLibrary'), + ('SVGUI', 'svgui.SVGUILibrary')] catalog = [ ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), @@ -8,3 +9,4 @@ ('wxglade_hmi', _('WxGlade GUI'), _('Add a simple WxGlade based GUI.'), 'wxglade_hmi.WxGladeHMI'), ('svgui', _('SVGUI'), _('Experimental web based HMI'), 'svgui.SVGUI')] +file_editors = []