import os from clusterman.config import CONF def execute(name,args): executable=CONF["plugins"][name] os.system(executable+" "+" ".join(args))