beremiz
Clone
Summary
Browse
Changes
Graph
Fixed Save As... function in Beremiz
2013-04-24, Laurent Bessard
ba0b2ca7db26
Fixed Save As... function in Beremiz
import features
def GetEtherLabLibClass():
from EthercatMaster import EtherlabLibrary
return EtherlabLibrary
features.libraries.append(
('Etherlab', GetEtherLabLibClass))
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))