[PATCH] Fixing missing import on kvm_vm

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux