summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/openstack/common/apiclient/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/escalatorclient/openstack/common/apiclient/base.py')
-rw-r--r--client/escalatorclient/openstack/common/apiclient/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/escalatorclient/openstack/common/apiclient/base.py b/client/escalatorclient/openstack/common/apiclient/base.py
index eb7218b..128e964 100644
--- a/client/escalatorclient/openstack/common/apiclient/base.py
+++ b/client/escalatorclient/openstack/common/apiclient/base.py
@@ -40,7 +40,7 @@ Base utilities to build API operation managers and objects on top of.
import abc
import copy
-from oslo_utils import strutils
+from oslo.utils import strutils
import six
from six.moves.urllib import parse