From 878bdcbdbcec103311793c55fa942632b60c65c0 Mon Sep 17 00:00:00 2001 From: Louis Taylor Date: Tue, 6 Jan 2015 15:13:14 +0000 Subject: Remove openstack.common.importutils This module now lives in oslo.utils, so import it from there. Change-Id: I41fa4897fc820596fb010336044ff4c493017d5a --- glanceclient/common/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'glanceclient/common/utils.py') diff --git a/glanceclient/common/utils.py b/glanceclient/common/utils.py index d99d4ae..5841ffe 100644 --- a/glanceclient/common/utils.py +++ b/glanceclient/common/utils.py @@ -24,6 +24,7 @@ import sys import threading import uuid +from oslo.utils import importutils import six if os.name == 'nt': @@ -36,7 +37,6 @@ from oslo.utils import strutils import prettytable from glanceclient import exc -from glanceclient.openstack.common import importutils _memoized_property_lock = threading.Lock() -- cgit v1.2.1