beremiz

Now use beremiz.h

2013-03-26, Edouard Tisserant
4ec3b833f2d5
Now use beremiz.h
import features
def GetEtherLabLibClass():
from etherlab 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))