Message ID | 1244665113.22524.18.camel@localhost.localdomain (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
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 """
While applying the lock file patch for kvm_vm, missed one fcntl import. Fixing the problem. Signed-off-by: Lucas Meneghel Rodrigues <lmr@redhat.com>