etherlab/extension.py
author Laurent Bessard
Thu, 13 Sep 2012 11:07:51 +0200
changeset 2074 bf2fa4cb62a9
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Adding support for loading Profile dictionaries only if needed
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

features.catalog.append(
    ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))