etherlab/extension.py
author Laurent Bessard
Fri, 07 Sep 2012 18:30:35 +0200
changeset 2071 37d603e91a43
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix import after integration of plcopeneditor into Beremiz
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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