X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=api%2Fescalator%2Fcommon%2Fauth.py;h=d3e2893c4613d9cd565e9fe18ca484896e0c8b9a;hb=74c631c6dae08d463f0d4c3953a1addcb187d090;hp=cc659351fb4458830f323fa52938dda4534768cf;hpb=71d4f906c1a52f5dcba114ff8aa70148dafffd24;p=escalator.git diff --git a/api/escalator/common/auth.py b/api/escalator/common/auth.py index cc65935..d3e2893 100644 --- a/api/escalator/common/auth.py +++ b/api/escalator/common/auth.py @@ -29,8 +29,8 @@ Keystone (an identity management system). http://service_endpoint/ """ import httplib2 -from oslo.serialization import jsonutils -from oslo.log import log as logging +from oslo_serialization import jsonutils +from oslo_log import log as logging # NOTE(jokke): simplified transition to py3, behaves like py2 xrange from six.moves import range import six.moves.urllib.parse as urlparse