public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fixing missing import on kvm_vm
@ 2009-06-10 20:18 Lucas Meneghel Rodrigues
  0 siblings, 0 replies; only message in thread
From: Lucas Meneghel Rodrigues @ 2009-06-10 20:18 UTC (permalink / raw)
  To: Autotest mailing list; +Cc: KVM mailing list

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>

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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-10 20:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-10 20:18 [PATCH] Fixing missing import on kvm_vm Lucas Meneghel Rodrigues

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox