etherlab/extension.py
author Laurent Bessard
Wed, 19 Sep 2012 11:03:25 +0200
changeset 2077 14dfb786c53e
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug when modifying slave position
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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