summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/common/https.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/escalatorclient/common/https.py')
-rw-r--r--client/escalatorclient/common/https.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/escalatorclient/common/https.py b/client/escalatorclient/common/https.py
index 55769a0..0008a84 100644
--- a/client/escalatorclient/common/https.py
+++ b/client/escalatorclient/common/https.py
@@ -25,7 +25,7 @@ try:
except ImportError:
from urllib3 import connectionpool
-from oslo_utils import encodeutils
+from oslo.utils import encodeutils
import six
# NOTE(jokke): simplified transition to py3, behaves like py2 xrange
from six.moves import range