summaryrefslogtreecommitdiff
path: root/keystoneclient/v3
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/v3
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/v3')
-rw-r--r--keystoneclient/v3/contrib/trusts.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/keystoneclient/v3/contrib/trusts.py b/keystoneclient/v3/contrib/trusts.py
index 0fb75ca..5fe88f8 100644
--- a/keystoneclient/v3/contrib/trusts.py
+++ b/keystoneclient/v3/contrib/trusts.py
@@ -10,7 +10,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-from oslo.utils import timeutils
+from oslo_utils import timeutils
from keystoneclient import base
from keystoneclient import exceptions