diff options
| author | Jenkins <jenkins@review.openstack.org> | 2015-11-27 22:58:42 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2015-11-27 22:58:42 +0000 |
| commit | 37ea6acad71e4d143438facda39db078c6179cb5 (patch) | |
| tree | a85a9acfbc2e393ba97431ac5e72e14e6d306b34 /cinderclient/v2/shell.py | |
| parent | 1429d105378b5b3b58fc0c4e29a0d5f22d6d4c9e (diff) | |
| parent | 6fe9f206631e59f2b2740f83005e19b8b487b480 (diff) | |
| download | python-cinderclient-37ea6acad71e4d143438facda39db078c6179cb5.tar.gz | |
Merge "Use oslo_utils encodeutils and strutils"
Diffstat (limited to 'cinderclient/v2/shell.py')
| -rw-r--r-- | cinderclient/v2/shell.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cinderclient/v2/shell.py b/cinderclient/v2/shell.py index 4201da1..c9da264 100644 --- a/cinderclient/v2/shell.py +++ b/cinderclient/v2/shell.py @@ -27,8 +27,8 @@ import six from cinderclient import base from cinderclient import exceptions from cinderclient import utils -from cinderclient.openstack.common import strutils from cinderclient.v2 import availability_zones +from oslo_utils import strutils def _poll_for_status(poll_fn, obj_id, action, final_ok_states, |
