While applying the lock file patch for kvm_vm, missed one fcntl import. Fixing the problem. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> Index: trunk/client/tests/kvm/kvm_vm.py =================================================================== --- trunk/client/tests/kvm/kvm_vm.py (revision 3254) +++ trunk/client/tests/kvm/kvm_vm.py (working copy) @@ -1,5 +1,5 @@ #!/usr/bin/python -import time, socket, os, logging +import time, socket, os, logging, fcntl import kvm_utils """ -- Lucas Meneghel Rodrigues Software Engineer (QE) Red Hat - Emerging Technologies -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html