etherlab/extension.py
author laurent
Mon, 11 Jun 2012 02:37:23 +0200
changeset 2065 71678bd14f43
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Merged
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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