etherlab/extension.py
author Laurent Bessard
Wed, 12 Sep 2012 18:13:28 +0200
changeset 2073 d14ab97a452a
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug modules present in all groups with the same name even if they are defined by different vendors
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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