summaryrefslogtreecommitdiff
path: root/keystoneclient/shell.py
diff options
context:
space:
mode:
authorBrant Knudson <bknudson@us.ibm.com>2015-01-08 17:29:47 -0600
committerBrant Knudson <bknudson@us.ibm.com>2015-01-31 08:03:37 -0600
commitab09d3eb5f57d7c56fd4fcd6f1a3256c3bae1575 (patch)
treebb9ff2bab2deebeb5685b2566d0cc03009ff62ab /keystoneclient/shell.py
parentbf99f4c1efd8b79d6a8b77c774f761f7ec755c52 (diff)
downloadpython-keystoneclient-ab09d3eb5f57d7c56fd4fcd6f1a3256c3bae1575.tar.gz
Switch from oslo.utils to oslo_utils
oslo_utils moved out of the oslo namespace. bp drop-namespace-packages Change-Id: I72e67dc1f649ba137dd06f5ab7133858c6abd67d
Diffstat (limited to 'keystoneclient/shell.py')
-rw-r--r--keystoneclient/shell.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/shell.py b/keystoneclient/shell.py
index be7330c..7fcaf38 100644
--- a/keystoneclient/shell.py
+++ b/keystoneclient/shell.py
@@ -30,7 +30,7 @@ import logging
import os
import sys
-from oslo.utils import encodeutils
+from oslo_utils import encodeutils
import six
import keystoneclient