etherlab/extension.py
author Laurent Bessard
Mon, 25 Jun 2012 20:06:17 +0200
changeset 2068 05a267b1a362
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Adding support using plcopeneditor bitmap library for icon request
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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