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:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user