etherlab/extension.py
author Laurent Bessard
Mon, 11 Jun 2012 01:21:26 +0200
changeset 2063 c9a1c5bb51cd
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug with AXIS_REF located variable drag'n drop and disable dynamic PDOs support
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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