diff options
| author | John Griffith <john.griffith@solidfire.com> | 2013-07-15 16:25:40 +0000 |
|---|---|---|
| committer | John Griffith <john.griffith@solidfire.com> | 2013-07-15 10:30:05 -0600 |
| commit | 3d30126e93b66488b5c680578f6078201cdedc15 (patch) | |
| tree | f9667db4192f2c10e15981240e0d40efb4429954 /cinderclient/utils.py | |
| parent | d7208847efb5bb0df1d1f3340681915d867847b9 (diff) | |
| download | python-cinderclient-3d30126e93b66488b5c680578f6078201cdedc15.tar.gz | |
Revert "Use exceptions from oslo"
This reverts commit a7cce08eab5e2e42275b84bd56127bd09b00f5bf
Change-Id: I6c0047adbc33d0d6b5890f11853974578c36c78c
Diffstat (limited to 'cinderclient/utils.py')
| -rw-r--r-- | cinderclient/utils.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/utils.py b/cinderclient/utils.py index 90dadd3..922f053 100644 --- a/cinderclient/utils.py +++ b/cinderclient/utils.py @@ -23,7 +23,7 @@ import uuid import six import prettytable -from cinderclient.openstack.common.apiclient import exceptions +from cinderclient import exceptions from cinderclient.openstack.common import strutils |
