beremiz
Clone
Summary
Browse
Changes
Graph
Fix bug modules present in all groups with the same name even if they are defined by different vendors
2012-09-12, Laurent Bessard
d14ab97a452a
Fix bug modules present in all groups with the same name even if they are defined by different vendors
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))