etherlab/extension.py
author Laurent Bessard
Wed, 23 May 2012 16:30:41 +0200
changeset 2060 c7a2c9362d63
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fixing bug on ConfNodeEditors refresh
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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