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 --- api/escalator/common/client.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'api/escalator/common/client.py') diff --git a/api/escalator/common/client.py b/api/escalator/common/client.py index 586d638..7eb2a9c 100644 --- a/api/escalator/common/client.py +++ b/api/escalator/common/client.py @@ -40,8 +40,8 @@ try: except ImportError: SENDFILE_SUPPORTED = False -from oslo_log import log as logging -from oslo_utils import encodeutils +from oslo.log import log as logging +from oslo.utils import encodeutils import six # NOTE(jokke): simplified transition to py3, behaves like py2 xrange from six.moves import range -- cgit 1.2.3-korg