From 060c58ea65cfc5224e6e93059dda682e5e7ce806 Mon Sep 17 00:00:00 2001 From: Chris Behrens Date: Mon, 25 Jun 2012 23:42:10 +0000 Subject: Fix hacking.py failures... test_xenapi hacking fix and volume_utils unneeded import Change-Id: I503cf0780850aba90d7ba8665d83bff08fb2504a --- nova/virt/xenapi/volume_utils.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/virt') diff --git a/nova/virt/xenapi/volume_utils.py b/nova/virt/xenapi/volume_utils.py index 531033a52..143970cfb 100644 --- a/nova/virt/xenapi/volume_utils.py +++ b/nova/virt/xenapi/volume_utils.py @@ -24,7 +24,6 @@ import string from nova import flags from nova import log as logging -from nova.virt import xenapi FLAGS = flags.FLAGS -- cgit