beremiz
Clone
Summary
Browse
Changes
Graph
Removing ModesOfOperation parameter until handled by MCL
2012-05-22, Laurent Bessard
bb63c0479411
Removing ModesOfOperation parameter until handled by MCL
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))