Ejemplo n.º 1
0
 def start(self):
     Module.start(self)
     self.load_persistent_dict_to_dom()
Ejemplo n.º 2
0
 def start(self):
     """ all modules have been loaded and initialized by now. we can bend the rules here."""
     Module.start(self)
Ejemplo n.º 3
0
 def start(self):
     """ all modules have been loaded and initialized by now. we can bend the rules here."""
     self.set_permission_hooks()
     self.all_available_actions_dict = self.get_all_available_actions_dict()
     self.all_available_widgets_dict = self.get_all_available_widgets_dict()
     Module.start(self)