示例#1
0
文件: writer.py 项目: xiamx/blogofile
 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)
示例#2
0
文件: writer.py 项目: xiamx/blogofile
 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)
示例#3
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     controller.run_all()
示例#4
0
 def __run_controllers(self):
     """Run all the controllers in the _controllers directory"""
     controller.run_all()