summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
diff options
context:
space:
mode:
authorLouis Taylor <kragniz@gmail.com>2015-02-05 22:27:16 +0000
committerLouis Taylor <kragniz@gmail.com>2015-02-05 22:27:16 +0000
commite99e0c8690e25abf226f3a7eaf636ce967537fee (patch)
treef7a8d8cb9d194e352adfd03862e579e29506d02f /glanceclient/shell.py
parentce5e1f0d48e3a849e63f17dfd038a229413ddb0a (diff)
downloadpython-glanceclient-e99e0c8690e25abf226f3a7eaf636ce967537fee.tar.gz
Change oslo.utils to oslo_utils
The oslo.utils libraries are moving away from namespace packages. This requires oslo.utils>=1.2.0 bp drop-namespace-packages Change-Id: I803df61e91eabb96329d859aef6bea03530fb84f
Diffstat (limited to 'glanceclient/shell.py')
-rw-r--r--glanceclient/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index b52361d..b19d63b 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/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 glanceclient