etherlab/extension.py
author Laurent Bessard
Sun, 09 Sep 2012 22:59:07 +0200
changeset 2072 b7477ba593ba
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Fix bug variable entries table column headers not translated
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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