etherlab/extension.py
author Laurent Bessard
Mon, 25 Jun 2012 12:12:51 +0200
changeset 2067 04cc0295e2c4
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug slave information panel not refreshed when slave type changed
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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