From ab09d3eb5f57d7c56fd4fcd6f1a3256c3bae1575 Mon Sep 17 00:00:00 2001 From: Brant Knudson Date: Thu, 8 Jan 2015 17:29:47 -0600 Subject: Switch from oslo.utils to oslo_utils oslo_utils moved out of the oslo namespace. bp drop-namespace-packages Change-Id: I72e67dc1f649ba137dd06f5ab7133858c6abd67d --- keystoneclient/middleware/auth_token.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keystoneclient/middleware') diff --git a/keystoneclient/middleware/auth_token.py b/keystoneclient/middleware/auth_token.py index 43a7ea5..29b819b 100644 --- a/keystoneclient/middleware/auth_token.py +++ b/keystoneclient/middleware/auth_token.py @@ -159,7 +159,7 @@ import time import netaddr from oslo.config import cfg from oslo.serialization import jsonutils -from oslo.utils import timeutils +from oslo_utils import timeutils import requests import six from six.moves import urllib -- cgit v1.2.1