features.py
author Edouard Tisserant
Tue, 08 May 2012 17:48:47 +0200
changeset 723 cd5a51829416
parent 721 ecf4d203c4d4
child 728 e0424e96e3fd
permissions -rw-r--r--
fixed non-terminating process problem
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')]