Searched refs:UpdateThread (Results 1 – 1 of 1) sorted by relevance
62 class UpdateThread(threading.Thread): class83 status = UpdateThread._UPDATE_FAILURE89 status = UpdateThread._SSH_FAILURE91 status = UpdateThread._SUCCESS93 if status == UpdateThread._SUCCESS:97 elif status == UpdateThread._SSH_FAILURE:265 UpdateThread(hosts=hosts, options=options, status=status).start()