import subprocess class EpoptesClient: def startup(self,options): if options["controlled"]: if options["boot"]: if os.system("host server")==0: os.system("epoptes-client -c") #def startup #class EpoptesClient