beremiz
Clone
Summary
Browse
Changes
Graph
Fix import after integration of plcopeneditor into Beremiz
2012-09-07, Laurent Bessard
37d603e91a43
Fix import after integration of plcopeneditor into Beremiz
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))