summaryrefslogtreecommitdiff
path: root/cinderclient/utils.py
diff options
context:
space:
mode:
authorJohn Griffith <john.griffith@solidfire.com>2013-07-15 16:25:40 +0000
committerJohn Griffith <john.griffith@solidfire.com>2013-07-15 10:30:05 -0600
commit3d30126e93b66488b5c680578f6078201cdedc15 (patch)
treef9667db4192f2c10e15981240e0d40efb4429954 /cinderclient/utils.py
parentd7208847efb5bb0df1d1f3340681915d867847b9 (diff)
downloadpython-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.py2
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