etherlab/extension.py
author Edouard Tisserant
Mon, 04 Jun 2012 19:00:58 +0200
changeset 2061 a5641abeac7c
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Changed AXIS_REF registration call name
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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