diff mbox

Fixing missing import on kvm_vm

Message ID 1244665113.22524.18.camel@localhost.localdomain (mailing list archive)
State New, archived
Headers show

Commit Message

Lucas Meneghel Rodrigues June 10, 2009, 8:18 p.m. UTC
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>
diff mbox

Patch

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
 
 """