etherlab/extension.py
author Edouard Tisserant
Mon, 21 May 2012 04:34:10 +0200
changeset 2050 6da739ac1346
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fixed example build with installer 1.1
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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