Exemplo n.º 1
0
 def initialization_controller(self):
     # standalone spokes don't have a category
     if self.category:
         return lifecycle.get_controller_by_category(
             category_name=self.category.__name__)
     else:
         return None
Exemplo n.º 2
0
 def initialization_controller(self):
     # standalone spokes don't have a category
     if self.category:
         return lifecycle.get_controller_by_category(category_name=self.category.__name__)
     else:
         return None