summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/openstack/common/apiclient
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-03-03 14:37:44 +0000
committerkong wei <kong.wei2@zte.com.cn>2017-03-03 14:52:08 +0000
commit71d4f906c1a52f5dcba114ff8aa70148dafffd24 (patch)
tree504b901f925cd4050c6ddece1c30f664634eee56 /client/escalatorclient/openstack/common/apiclient
parentc1783221873845d072b739c7ebd8d0a75fe00bb9 (diff)
escalator should use oslo.xxx instead of oslo-xxx
Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
Diffstat (limited to 'client/escalatorclient/openstack/common/apiclient')
-rw-r--r--client/escalatorclient/openstack/common/apiclient/base.py2
-rw-r--r--client/escalatorclient/openstack/common/apiclient/client.py4
-rw-r--r--client/escalatorclient/openstack/common/apiclient/utils.py4
3 files changed, 5 insertions, 5 deletions
diff --git a/client/escalatorclient/openstack/common/apiclient/base.py b/client/escalatorclient/openstack/common/apiclient/base.py
index eb7218b..128e964 100644
--- a/client/escalatorclient/openstack/common/apiclient/base.py
+++ b/client/escalatorclient/openstack/common/apiclient/base.py
@@ -40,7 +40,7 @@ Base utilities to build API operation managers and objects on top of.
import abc
import copy
-from oslo_utils import strutils
+from oslo.utils import strutils
import six
from six.moves.urllib import parse
diff --git a/client/escalatorclient/openstack/common/apiclient/client.py b/client/escalatorclient/openstack/common/apiclient/client.py
index d478989..6d80e3c 100644
--- a/client/escalatorclient/openstack/common/apiclient/client.py
+++ b/client/escalatorclient/openstack/common/apiclient/client.py
@@ -34,8 +34,8 @@ try:
except ImportError:
import json
-from oslo_utils import encodeutils
-from oslo_utils import importutils
+from oslo.utils import encodeutils
+from oslo.utils import importutils
import requests
from escalatorclient.openstack.common._i18n import _
diff --git a/client/escalatorclient/openstack/common/apiclient/utils.py b/client/escalatorclient/openstack/common/apiclient/utils.py
index c0f612a..b37e73b 100644
--- a/client/escalatorclient/openstack/common/apiclient/utils.py
+++ b/client/escalatorclient/openstack/common/apiclient/utils.py
@@ -24,8 +24,8 @@
#
########################################################################
-from oslo_utils import encodeutils
-from oslo_utils import uuidutils
+from oslo.utils import encodeutils
+from oslo.utils import uuidutils
import six
from escalatorclient.openstack.common._i18n import _