diff options
| author | Jenkins <jenkins@review.openstack.org> | 2017-03-08 13:15:08 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2017-03-08 13:15:08 +0000 |
| commit | 75248ec0b7a98457c4f505af742c82ba189bdd87 (patch) | |
| tree | ba97c1e1c0d240918a47c55267e547e10acc52f0 /cinderclient | |
| parent | 2ae8459d923896fc21d2f584888b59a9080c9bad (diff) | |
| parent | 1e183dd1e19bf3d0d3acda10d0533cfb5320a94f (diff) | |
| download | python-cinderclient-75248ec0b7a98457c4f505af742c82ba189bdd87.tar.gz | |
Merge "Add print_function import"
Diffstat (limited to 'cinderclient')
| -rw-r--r-- | cinderclient/shell_utils.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cinderclient/shell_utils.py b/cinderclient/shell_utils.py index 81e2155..e386558 100644 --- a/cinderclient/shell_utils.py +++ b/cinderclient/shell_utils.py @@ -12,6 +12,8 @@ # License for the specific language governing permissions and limitations # under the License. +from __future__ import print_function + import sys import time |
