beremiz

Fix bug with AXIS_REF allocation

2012-07-20, Laurent Bessard
840d328560f8
Fix bug with AXIS_REF allocation
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))