def run(self): ''' Print config info to the console before running the controller ''' if self.options.verbose > 0: print '# filebag location: %s' % str(self.file_bag.base_dir) BaseClientAuditController.run(self)
def __init__(self, argv): BaseClientAuditController.__init__(self, self.parse_options(argv))
def die(self): BaseClientAuditController.stop(self)