summaryrefslogtreecommitdiff
path: root/cinderclient/base.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-10-21 16:00:58 +0000
committerGerrit Code Review <review@openstack.org>2015-10-21 16:00:58 +0000
commit9ad10ab8a389d3e6107ca474076e946eca5cb04a (patch)
tree3b0529b7effa29c1f5c135b5e7ffd84bc7d19d3c /cinderclient/base.py
parentb989a2e68a3a23b870ce2f50683a0b0375269522 (diff)
parentdf2883e0401c47d004433893421ad175da59938f (diff)
downloadpython-cinderclient-9ad10ab8a389d3e6107ca474076e946eca5cb04a.tar.gz
Merge "Remove unused code from cinderclient.utils module"
Diffstat (limited to 'cinderclient/base.py')
-rw-r--r--cinderclient/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/base.py b/cinderclient/base.py
index 35e84ce..b975f11 100644
--- a/cinderclient/base.py
+++ b/cinderclient/base.py
@@ -52,7 +52,7 @@ def getid(obj):
return obj
-class Manager(utils.HookableMixin):
+class Manager(common_base.HookableMixin):
"""
Managers interact with a particular type of API (servers, flavors, images,
etc.) and provide CRUD operations for them.