From 13298999a81164c7538d0eecd8e19f15b95458ce Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 14 Jan 2013 17:21:15 -0500 Subject: Remove unused import. Direct usage of the db has been eliminated from nova.service, so remove the import. Part of bp no-db-compute. Change-Id: I909daccaf5dc0f26ad72914f90c9e2134e8decaf --- nova/tests/test_service.py | 1 - 1 file changed, 1 deletion(-) (limited to 'nova/tests') diff --git a/nova/tests/test_service.py b/nova/tests/test_service.py index 4873714f3..71beed51e 100644 --- a/nova/tests/test_service.py +++ b/nova/tests/test_service.py @@ -112,7 +112,6 @@ class ServiceTestCase(test.TestCase): self.host = 'foo' self.binary = 'nova-fake' self.topic = 'fake' - self.mox.StubOutWithMock(service, 'db') self.mox.StubOutWithMock(db, 'service_create') self.mox.StubOutWithMock(db, 'service_get_by_args') self.flags(use_local=True, group='conductor') -- cgit