etherlab/extension.py
changeset 2086 8e4992e0f147
parent 2048 5726f2bbdace
child 2111 f2cffda17d00
equal deleted inserted replaced
2085:ae263886ae92 2086:8e4992e0f147
     1 import features
     1 import features
       
     2 
       
     3 def GetEtherLabLibClass():
       
     4     from etherlab import EtherlabLibrary
       
     5     return EtherlabLibrary
       
     6 
       
     7 features.libraries.append(
       
     8     ('Etherlab', GetEtherLabLibClass))
     2 
     9 
     3 def GetEtherLabClass():
    10 def GetEtherLabClass():
     4     from etherlab import RootClass
    11     from etherlab import RootClass
     5     return RootClass
    12     return RootClass
     6 
    13