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
This commit is contained in:
Matthew Farrellee
2014-12-04 13:21:04 -05:00
parent f0fa95de32
commit 665f387265

View File

@@ -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):