From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucas Meneghel Rodrigues Subject: [PATCH] Fixing missing import on kvm_vm Date: Wed, 10 Jun 2009 17:18:33 -0300 Message-ID: <1244665113.22524.18.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit Cc: KVM mailing list To: Autotest mailing list Return-path: Received: from mx2.redhat.com ([66.187.237.31]:33950 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751823AbZFJUSf (ORCPT ); Wed, 10 Jun 2009 16:18:35 -0400 Sender: kvm-owner@vger.kernel.org List-ID: While applying the lock file patch for kvm_vm, missed one fcntl import. Fixing the problem. Signed-off-by: Lucas Meneghel Rodrigues 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