etherlab/extension.py
author Laurent Bessard
Wed, 23 May 2012 10:39:14 +0200
changeset 2058 b3bc00dae385
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
permissions -rw-r--r--
Replacing Panel by ScrolledWindow for displaying node information for more clarity when window is small
import features

def GetEtherLabClass():
    from etherlab import RootClass
    return RootClass

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