From 4f0a2eac5e6a9985b1aec6975e8db4336ef6035a Mon Sep 17 00:00:00 2001 From: zhangchi Date: Wed, 25 Mar 2020 00:39:24 +0800 Subject: [PATCH] Fix Tricircle Constants module could not be imported refer to https://bugs.launchpad.net/tricircle/+bug/1868777 Change-Id: Ifa4fc23527da38e56f0fd8dac23100be29780e33 signed-off-by: zhangchi Co-Authored-By: tangzhuo --- tricircle/common/request_source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tricircle/common/request_source.py b/tricircle/common/request_source.py index 8c19e65b..ef380f78 100644 --- a/tricircle/common/request_source.py +++ b/tricircle/common/request_source.py @@ -10,9 +10,9 @@ # License for the specific language governing permissions and limitations # under the License. -from neutron_lib import constants as cons from oslo_log import log as logging from oslo_middleware import base +from tricircle.common import constants as cons import webob LOG = logging.getLogger(__name__)