示例#1
0
 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)
示例#2
0
 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)
示例#3
0
 def __init__(self, argv):
     BaseClientAuditController.__init__(self, self.parse_options(argv))
示例#4
0
    def die(self):
	BaseClientAuditController.stop(self)
示例#5
0
 def __init__(self, argv):
     BaseClientAuditController.__init__(self, self.parse_options(argv))