From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Autotest mailing list <autotest@test.kernel.org>
Cc: KVM mailing list <kvm@vger.kernel.org>
Subject: [PATCH] Fixing missing import on kvm_vm
Date: Wed, 10 Jun 2009 17:18:33 -0300 [thread overview]
Message-ID: <1244665113.22524.18.camel@localhost.localdomain> (raw)
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
reply other threads:[~2009-06-10 20:18 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1244665113.22524.18.camel@localhost.localdomain \
--to=lmr@redhat.com \
--cc=autotest@test.kernel.org \
--cc=kvm@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox