Alessio Ababilov a7cce08eab Use exceptions from oslo
These exceptions can be used in novaclient, keystoneclient,
glanceclient, and other client projects.

Partially implements: blueprint common-client-library

Change-Id: I43918316622b1c1d722872fe30199db6a3a7bb76
2013-07-01 11:55:31 +03:00

7 lines
129 B
Python

"""
Backwards compatible exceptions module.
"""
# flake8: noqa
from cinderclient.openstack.common.apiclient.exceptions import *