From 0a9f96c41ad1f47548b67ef5611ae7619b68c1f5 Mon Sep 17 00:00:00 2001 From: Kiall Mac Innes Date: Mon, 7 Jan 2013 11:22:31 +0000 Subject: [PATCH] Fixup import syntax error in unit test Change-Id: I12f4d94474a31d25819fe24b70676f81c52bd022 --- quantum/tests/unit/_test_rootwrap_exec.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quantum/tests/unit/_test_rootwrap_exec.py b/quantum/tests/unit/_test_rootwrap_exec.py index 16cd6e6e3..7a489c381 100644 --- a/quantum/tests/unit/_test_rootwrap_exec.py +++ b/quantum/tests/unit/_test_rootwrap_exec.py @@ -21,7 +21,7 @@ import unittest import mock from quantum.agent.linux import utils -import quantum.openstack.common import log as logging +from quantum.openstack.common import log as logging LOG = logging.getLogger(__name__) -- 2.45.2