diff options
| author | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-01-13 13:54:32 -0800 |
|---|---|---|
| committer | Vishvananda Ishaya <vishvananda@gmail.com> | 2012-01-13 13:55:38 -0800 |
| commit | 20b4d895124cee887568ca8723ce0d3ffdc3a05a (patch) | |
| tree | 0d8aab029dcbb951a0c0e6dccad4009c4bdd5d2c /nova/virt | |
| parent | e08eeea94f0bc27d5bff5ae428e36fb32aaef58c (diff) | |
Remove a whole bunch of unused imports
Change-Id: I6759e5b6250c48cc0deb4b198b44c948c64c47d1
Diffstat (limited to 'nova/virt')
| -rw-r--r-- | nova/virt/xenapi/firewall.py | 3 |
1 files changed, 0 insertions, 3 deletions
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") |
