From 8920fe0649cfa8fda02d5737f41cfd5ead2c9636 Mon Sep 17 00:00:00 2001 From: Kevin_Zheng Date: Tue, 17 Nov 2015 11:44:00 +0800 Subject: [PATCH] Should use watcher/common/context.py for consistency Use watcher/common/context.py in watcher/common/service.py for consistency Change-Id: I0dc99e04a3e936c3da38598bd9aac469d79a793b --- watcher/common/service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/common/service.py b/watcher/common/service.py index b9ab49b87..f2adcb37f 100644 --- a/watcher/common/service.py +++ b/watcher/common/service.py @@ -24,11 +24,11 @@ from oslo_log import log from oslo_utils import importutils from watcher.common import config +from watcher.common import context from watcher.common.i18n import _LE from watcher.common.i18n import _LI from watcher.common import rpc from watcher.objects import base as objects_base -from watcher.openstack.common import context from watcher.openstack.common import service