From 665f3872657122d345e5521524a3652098adf4fa Mon Sep 17 00:00:00 2001 From: Matthew Farrellee Date: Thu, 4 Dec 2014 13:21:04 -0500 Subject: [PATCH] Update oslo-incubator importutils importutils has graduated to oslo.utils The openstack/common/importutils.py remains while apiclient still uses it, and we still use apiclient Change-Id: I734ba72e755f1417611392c2324d6589d14ec62e --- saharaclient/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saharaclient/client.py b/saharaclient/client.py index 95a69020..75e47163 100644 --- a/saharaclient/client.py +++ b/saharaclient/client.py @@ -13,7 +13,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -from saharaclient.openstack.common import importutils +from oslo.utils import importutils class UnsupportedVersion(Exception):