示例#1
0
 def start(self):
     Module.start(self)
     self.load_persistent_dict_to_dom()
示例#2
0
 def start(self):
     """ all modules have been loaded and initialized by now. we can bend the rules here."""
     Module.start(self)
示例#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)