
These exceptions can be used in novaclient, keystoneclient, glanceclient, and other client projects. Partially implements: blueprint common-client-library Change-Id: I43918316622b1c1d722872fe30199db6a3a7bb76
7 lines
129 B
Python
7 lines
129 B
Python
"""
|
|
Backwards compatible exceptions module.
|
|
"""
|
|
|
|
# flake8: noqa
|
|
from cinderclient.openstack.common.apiclient.exceptions import *
|