Edouard@2048: import features Edouard@2048: Laurent@2086: def GetEtherLabLibClass(): Laurent@2086: from etherlab import EtherlabLibrary Laurent@2086: return EtherlabLibrary Laurent@2086: Laurent@2086: features.libraries.append( Laurent@2086: ('Etherlab', GetEtherLabLibClass)) Laurent@2086: Edouard@2048: def GetEtherLabClass(): Edouard@2048: from etherlab import RootClass Edouard@2048: return RootClass Edouard@2048: Edouard@2048: features.catalog.append( Edouard@2048: ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass)) Edouard@2048: