summaryrefslogtreecommitdiffstats
path: root/openstack/common/service.py
diff options
context:
space:
mode:
Diffstat (limited to 'openstack/common/service.py')
-rw-r--r--openstack/common/service.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openstack/common/service.py b/openstack/common/service.py
index 48aeb9d..6ebeefd 100644
--- a/openstack/common/service.py
+++ b/openstack/common/service.py
@@ -28,8 +28,8 @@ import time
import eventlet
import logging as std_logging
+from oslo.config import cfg
-from openstack.common import cfg
from openstack.common import eventlet_backdoor
from openstack.common.gettextutils import _
from openstack.common import importutils