Remove openstack.common.importutils

This module now lives in oslo.utils, so import it from there.

Change-Id: I41fa4897fc820596fb010336044ff4c493017d5a
This commit is contained in:
Louis Taylor
2015-01-06 15:13:14 +00:00
parent b818826420
commit 878bdcbdbc
5 changed files with 3 additions and 77 deletions
+1 -1
View File
@@ -17,6 +17,7 @@ import copy
import logging
import socket
from oslo.utils import importutils
from oslo.utils import netutils
import requests
try:
@@ -41,7 +42,6 @@ from oslo.utils import encodeutils
from glanceclient.common import https
from glanceclient.common.utils import safe_header
from glanceclient import exc
from glanceclient.openstack.common import importutils
osprofiler_web = importutils.try_import("osprofiler.web")
+1 -1
View File
@@ -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()