etherlab/etherlab.py
changeset 2364 4ea781f30555
parent 2363 9c7da6ff6a34
child 2365 bc07b9910cdb
equal deleted inserted replaced
2363:9c7da6ff6a34 2364:4ea781f30555
   394 class RootClass:
   394 class RootClass:
   395 
   395 
   396     CTNChildrenTypes = [("EthercatNode", _EthercatCTN, "Ethercat Master")]
   396     CTNChildrenTypes = [("EthercatNode", _EthercatCTN, "Ethercat Master")]
   397     EditorType = LibraryEditor
   397     EditorType = LibraryEditor
   398 
   398 
   399 
       
   400     def __init__(self):
   399     def __init__(self):
   401         self.ModulesLibrary = None
   400         self.ModulesLibrary = None
   402         self.LoadModulesLibrary()
   401         self.LoadModulesLibrary()
   403 
   402 
   404     def GetIconName(self):
   403     def GetIconName(self):