beremiz

Fix disable dynamic PDOs support

2012-06-11, Laurent Bessard
810013fe8c1b
Fix disable dynamic PDOs support
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))