Example #1
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     namespaces = [self.bf.config]
     for plugin in self.bf.config.plugins.values():
         if plugin.enabled:
             namespaces.append(plugin)
     controller.run_all(namespaces)
Example #2
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     namespaces = [self.bf.config]
     for plugin in self.bf.config.plugins.values():
         if plugin.enabled:
             namespaces.append(plugin)
     controller.run_all(namespaces)
Example #3
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     controller.run_all()
Example #4
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     controller.run_all()