diff options
| author | Mark McClain <mark.mcclain@dreamhost.com> | 2013-09-27 15:25:34 -0400 |
|---|---|---|
| committer | Mark McClain <mark.mcclain@dreamhost.com> | 2013-09-27 15:25:34 -0400 |
| commit | a4cc81bce47f5ce8c03c1b4dca5b00d638327585 (patch) | |
| tree | 9231cc80f54ff6d16a0acde5453dd0a439176093 /quantumclient/common | |
| parent | cbb83121c09f95b00720f494ab5f424612ac207d (diff) | |
| download | python-neutronclient-2.2.4.2.tar.gz | |
add missing symbols for 3rd party libs2.2.4.2
Change-Id: Id0f758b105b51059c6788afb92ac5840caff6102
Diffstat (limited to 'quantumclient/common')
| -rw-r--r-- | quantumclient/common/exceptions.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/quantumclient/common/exceptions.py b/quantumclient/common/exceptions.py index ab22951..983c899 100644 --- a/quantumclient/common/exceptions.py +++ b/quantumclient/common/exceptions.py @@ -17,4 +17,8 @@ from neutronclient.common.exceptions import * # noqa + QuantumException = NeutronException +QuantumClientException = NeutronClientException +QuantumCLIError = NeutronCLIError +QuantumClientNoUniqueMatch = NeutronClientNoUniqueMatch |
