diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2012-02-27 07:32:17 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2012-02-27 07:32:17 +0000 |
| commit | a0b4b70e77cd37599fedb889459e5b3a376b3f4c (patch) | |
| tree | f1735ae6a3430f423c8bf1f3666c036bf2b72c14 /nova | |
| parent | f96dcc39c764f78c1a81cfc13e598f6acc033ddb (diff) | |
| download | nova-a0b4b70e77cd37599fedb889459e5b3a376b3f4c.tar.gz nova-a0b4b70e77cd37599fedb889459e5b3a376b3f4c.tar.xz nova-a0b4b70e77cd37599fedb889459e5b3a376b3f4c.zip | |
Remove unused import
Introduced by f96dcc39, "Make sure detail view works for volume snaphots"
Change-Id: Ie076cbbf05392ca3102c0e8430c0b5da78986046
Diffstat (limited to 'nova')
| -rw-r--r-- | nova/tests/api/openstack/volume/test_snapshots.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nova/tests/api/openstack/volume/test_snapshots.py b/nova/tests/api/openstack/volume/test_snapshots.py index ff7e1e047..0ef112ee9 100644 --- a/nova/tests/api/openstack/volume/test_snapshots.py +++ b/nova/tests/api/openstack/volume/test_snapshots.py @@ -18,7 +18,6 @@ import datetime from lxml import etree import webob -from nova.api.openstack import volume as openstack_volume from nova.api.openstack.volume import snapshots from nova import exception from nova import flags |
