Should use watcher/common/context.py for consistency

Use watcher/common/context.py in watcher/common/service.py
for consistency

Change-Id: I0dc99e04a3e936c3da38598bd9aac469d79a793b
This commit is contained in:
Kevin_Zheng
2015-11-17 11:44:00 +08:00
parent f7ac53c04c
commit 8920fe0649

View File

@@ -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