summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/common/utils.py
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/common/utils.py
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/common/utils.py')
-rw-r--r--client/escalatorclient/common/utils.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/client/escalatorclient/common/utils.py b/client/escalatorclient/common/utils.py
index 0156d31..6ebffe0 100644
--- a/client/escalatorclient/common/utils.py
+++ b/client/escalatorclient/common/utils.py
@@ -23,13 +23,13 @@ import re
import sys
import threading
import uuid
-from oslo_utils import encodeutils
-from oslo_utils import strutils
+from oslo.utils import encodeutils
+from oslo.utils import strutils
import prettytable
import six
from escalatorclient import exc
-from oslo_utils import importutils
+from oslo.utils import importutils
if os.name == 'nt':
import msvcrt