From 97d63d8745cd9b3b391ce96b94b4da263b3a053d Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Mon, 9 Feb 2015 17:28:19 -0500 Subject: Use oslo.log Convert the use of the incubated version of the log module to the new oslo.log library. Sync oslo-incubator modules to update their imports as well. Co-Authored-By: Doug Hellmann Change-Id: Ic4932e3f58191869c30bd07a010a6e9fdcb2a12c --- nova/tests/unit/test_fixtures.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nova/tests/unit/test_fixtures.py') diff --git a/nova/tests/unit/test_fixtures.py b/nova/tests/unit/test_fixtures.py index 63cd10cc59..515b5c54d7 100644 --- a/nova/tests/unit/test_fixtures.py +++ b/nova/tests/unit/test_fixtures.py @@ -14,11 +14,11 @@ # License for the specific language governing permissions and limitations # under the License. -import logging import sys import fixtures as fx from oslo_config import cfg +from oslo_log import log as logging import testtools from nova.db.sqlalchemy import api as session -- cgit v1.2.1