From 20b4d895124cee887568ca8723ce0d3ffdc3a05a Mon Sep 17 00:00:00 2001 From: Vishvananda Ishaya Date: Fri, 13 Jan 2012 13:54:32 -0800 Subject: Remove a whole bunch of unused imports Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1 --- nova/virt/xenapi/firewall.py | 3 --- 1 file changed, 3 deletions(-) (limited to 'nova/virt') diff --git a/nova/virt/xenapi/firewall.py b/nova/virt/xenapi/firewall.py index 282e12d9e..8f6f17de3 100644 --- a/nova/virt/xenapi/firewall.py +++ b/nova/virt/xenapi/firewall.py @@ -19,12 +19,9 @@ import json -from nova import context -from nova import db from nova import flags from nova import log as logging from nova.virt.firewall import IptablesFirewallDriver -from nova.virt import netutils LOG = logging.getLogger("nova.virt.xenapi.firewall") -- cgit