X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fescalator%2Fcommon%2Fclient.py;fp=api%2Fescalator%2Fcommon%2Fclient.py;h=586d63857decfd17a7af6b89790b3c230cbb15ed;hb=74c631c6dae08d463f0d4c3953a1addcb187d090;hp=7eb2a9cc130865b3f8295ca2dbc4ee42d9fcb3ff;hpb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;p=escalator.git diff --git a/api/escalator/common/client.py b/api/escalator/common/client.py index 7eb2a9c..586d638 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