Remove unused imports

And one unused variable

Change-Id: I81edaf7ddedd7723c2601b30951ca82bd2cd5256
This commit is contained in:
Joe Gordon
2012-12-26 23:42:14 +00:00
parent 54c5c3caa6
commit 7f94ce724e
3 changed files with 0 additions and 5 deletions

View File

@@ -17,11 +17,8 @@
Tests for baremetal volume driver. Tests for baremetal volume driver.
""" """
import mox
from nova.openstack.common import cfg from nova.openstack.common import cfg
from nova import test from nova import test
from nova import utils
from nova.virt.baremetal import volume_driver from nova.virt.baremetal import volume_driver

View File

@@ -26,7 +26,6 @@ import time
from nova import test from nova import test
from nova.compute import manager as compute_manager
from nova.compute import vm_states from nova.compute import vm_states
from nova import db from nova import db
from nova.openstack.common import cfg from nova.openstack.common import cfg

View File

@@ -14,7 +14,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
import __builtin__
import base64 import base64
import fixtures import fixtures
import netaddr import netaddr