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/v3/contrib/trusts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keystoneclient/v3') 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 -- cgit v1.2.1