plugger.py
changeset 77 7de69369373e
parent 75 9ad18a387a96
child 81 3a34b580f141
equal deleted inserted replaced
76:2ee45a612c6f 77:7de69369373e
   462                     _self.FindNewIEC_Channel(0, None)
   462                     _self.FindNewIEC_Channel(0, None)
   463                     # Call the plugin real __init__
   463                     # Call the plugin real __init__
   464                     if getattr(PlugClass, "__init__", None):
   464                     if getattr(PlugClass, "__init__", None):
   465                         PlugClass.__init__(_self)
   465                         PlugClass.__init__(_self)
   466                     _self.PlugRequestSave()
   466                     _self.PlugRequestSave()
   467 
   467             
       
   468             def _getBuildPath(_self):
       
   469                 return self._getBuildPath()
       
   470             
   468         # Create the object out of the resulting class
   471         # Create the object out of the resulting class
   469         newPluginOpj = FinalPlugClass()
   472         newPluginOpj = FinalPlugClass()
   470         # Store it in PluggedChils
   473         # Store it in PluggedChils
   471         PluggedChildsWithSameClass.append(newPluginOpj)
   474         PluggedChildsWithSameClass.append(newPluginOpj)
   472         
   475