diff -r f5cea1a6851e -r a1d970365e41 features.py --- a/features.py Thu Jun 28 16:42:07 2012 +0200 +++ b/features.py Sun Jul 01 23:20:19 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 = []