etherlab/extension.py
changeset 2052 bf9d93a06a18
parent 2048 5726f2bbdace
child 2086 8e4992e0f147
equal deleted inserted replaced
2051:13dee9322beb 2052:bf9d93a06a18
       
     1 import features
       
     2 
       
     3 def GetEtherLabClass():
       
     4     from etherlab import RootClass
       
     5     return RootClass
       
     6 
       
     7 features.catalog.append(
       
     8     ('etherlab', _('EtherCat Master'), _('Map located variables over EtherCat'), GetEtherLabClass))
       
     9