From 71d4f906c1a52f5dcba114ff8aa70148dafffd24 Mon Sep 17 00:00:00 2001 From: kong wei Date: Fri, 3 Mar 2017 14:37:44 +0000 Subject: escalator should use oslo.xxx instead of oslo-xxx Change-Id: I2a3b9775044d389413e113a2ed73fbab02ea9dd9 Signed-off-by: Kong Wei --- client/escalatorclient/v1/shell.py | 2 +- client/escalatorclient/v1/versions.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'client/escalatorclient/v1') diff --git a/client/escalatorclient/v1/shell.py b/client/escalatorclient/v1/shell.py index 401ad76..ab02c9a 100644 --- a/client/escalatorclient/v1/shell.py +++ b/client/escalatorclient/v1/shell.py @@ -17,7 +17,7 @@ from __future__ import print_function import copy import functools -from oslo_utils import strutils +from oslo.utils import strutils import escalatorclient.v1.versions from escalatorclient.common import utils diff --git a/client/escalatorclient/v1/versions.py b/client/escalatorclient/v1/versions.py index 143c4c6..6fe2f74 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 -- cgit 1.2.3-korg