beremiz

Fixed example build with installer 1.1

2012-05-21, Edouard Tisserant
6da739ac1346
Fixed example build with installer 1.1
import features
def GetEtherLabClass():
from etherlab import RootClass
return RootClass
features.catalog.append(
('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))