beremiz

Fix bug when modifying node parameters

2012-06-19, Laurent Bessard
de4817ce8b50
Fix bug when modifying node parameters
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))