features.py
changeset 721 ecf4d203c4d4
parent 720 6be032177e2a
child 728 e0424e96e3fd
equal deleted inserted replaced
720:6be032177e2a 721:ecf4d203c4d4
       
     1 from os import listdir, path
       
     2 
       
     3 catalog = [
       
     4     ('canfestival', _('CANopen support'), _('Map located variables over CANopen'), 'canfestival.canfestival.RootClass'),
       
     5     ('c_ext', _('C extention'), _('Extend project with C code accessing located variables'), 'c_ext.c_ext.RootClass'),
       
     6     ('py_ext', _('Python extention'), _('Extend project with Pyhon code executed asynchronously'), 'py_ext.py_ext.RootClass')]
       
     7