features.py
changeset 787 f49875b9e946
parent 784 a1d970365e41
child 944 52a17be9c4d1
--- 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 = []