summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/v1/versions.py
diff options
context:
space:
mode:
authorkong wei <kong.wei2@zte.com.cn>2017-03-03 16:55:59 +0000
committerkong wei <kong.wei2@zte.com.cn>2017-03-03 16:55:59 +0000
commit74c631c6dae08d463f0d4c3953a1addcb187d090 (patch)
treeb1feebd61bf662b1759c3d3a272884e3803083d5 /client/escalatorclient/v1/versions.py
parent71d4f906c1a52f5dcba114ff8aa70148dafffd24 (diff)
Revert "escalator should use oslo.xxx instead of oslo-xxx"
This reverts commit 71d4f906c1a52f5dcba114ff8aa70148dafffd24. Change-Id: I18a853c887b380b862554ff35ef8a8ddd76b5a58 Signed-off-by: Kong Wei<kong.wei2@zte.com.cn>
Diffstat (limited to 'client/escalatorclient/v1/versions.py')
-rw-r--r--client/escalatorclient/v1/versions.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/escalatorclient/v1/versions.py b/client/escalatorclient/v1/versions.py
index 6fe2f74..143c4c6 100644
--- a/client/escalatorclient/v1/versions.py
+++ b/client/escalatorclient/v1/versions.py
@@ -15,8 +15,8 @@
import copy
-from oslo.utils import encodeutils
-from oslo.utils import strutils
+from oslo_utils import encodeutils
+from oslo_utils import strutils
import six
import six.moves.urllib.parse as urlparse