diff -r 6be032177e2a -r ecf4d203c4d4 features.py --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/features.py Tue May 08 17:08:45 2012 +0200 @@ -0,0 +1,7 @@ +from os import listdir, path + +catalog = [ + ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'), + ('c_ext', _('C extention'), _('Extend project with C code accessing located variables'), 'c_ext.c_ext.RootClass'), + ('py_ext', _('Python extention'), _('Extend project with Pyhon code executed asynchronously'), 'py_ext.py_ext.RootClass')] +