summaryrefslogtreecommitdiffstats
path: root/client/escalatorclient/shell.py
diff options
context:
space:
mode:
Diffstat (limited to 'client/escalatorclient/shell.py')
-rw-r--r--client/escalatorclient/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/client/escalatorclient/shell.py b/client/escalatorclient/shell.py
index 782106c..6aa17f8 100644
--- a/client/escalatorclient/shell.py
+++ b/client/escalatorclient/shell.py
@@ -29,8 +29,8 @@ from os.path import expanduser
import sys
import traceback
-from oslo_utils import encodeutils
-from oslo_utils import importutils
+from oslo.utils import encodeutils
+from oslo.utils import importutils
import six.moves.urllib.parse as urlparse
import escalatorclient