from lib.plugin import Manager def worker(host, plugin): p = Manager.get_plugin(plugin) p.Plugin.Pipeline(host, plugin) del p