beremiz
Clone
Summary
Browse
Changes
Graph
reflected changes in beremiz extension mechanism
2012-05-20, Edouard Tisserant
5726f2bbdace
reflected changes in beremiz extension mechanism
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))