Message ID | 1276439625-32472-4-git-send-email-mgoldish@redhat.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/client/tests/kvm/kvm_utils.py b/client/tests/kvm/kvm_utils.py index 82ecb77..0ea5a8a 100644 --- a/client/tests/kvm/kvm_utils.py +++ b/client/tests/kvm/kvm_utils.py @@ -4,8 +4,7 @@ KVM test utility functions. @copyright: 2008-2009 Red Hat Inc. """ -import thread, subprocess, time, string, random, socket, os, signal -import select, re, logging, commands, cPickle, pty +import time, string, random, socket, os, signal, re, logging, commands, cPickle from autotest_lib.client.bin import utils from autotest_lib.client.common_lib import error, logging_config import kvm_subprocess