diff options
| author | Louis Taylor <kragniz@gmail.com> | 2015-02-05 22:27:16 +0000 |
|---|---|---|
| committer | Louis Taylor <kragniz@gmail.com> | 2015-02-05 22:27:16 +0000 |
| commit | e99e0c8690e25abf226f3a7eaf636ce967537fee (patch) | |
| tree | f7a8d8cb9d194e352adfd03862e579e29506d02f /glanceclient/shell.py | |
| parent | ce5e1f0d48e3a849e63f17dfd038a229413ddb0a (diff) | |
| download | python-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.py | 4 |
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 |
