1 2 3 4 5 6 7
import os from clusterman.config import CONF def execute(name,args): executable=CONF["plugins"][name] os.system(executable+" "+" ".join(args))