medved/lib/tasks/worker.py

7 lines
139 B
Python
Raw Normal View History

2018-04-02 22:41:10 +00:00
from lib.plugin import Manager
def worker(host, plugin):
p = Manager.get_plugin(plugin)
p.Plugin.Pipeline(host, plugin)
del p