summaryrefslogtreecommitdiff
path: root/glanceclient/shell.py
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2020-07-13 22:08:25 +0000
committerGerrit Code Review <review@openstack.org>2020-07-13 22:08:25 +0000
commit3a58ab0f41835599514fabbce04d50e10e889885 (patch)
tree73535adcf6dc065acb13ec6594a0ca0f95028629 /glanceclient/shell.py
parentde178ac4382716cc93022be06b93697936e816fc (diff)
parente8455f5c1847638bbd1ca0d74a0003940bf78dc5 (diff)
downloadpython-glanceclient-3a58ab0f41835599514fabbce04d50e10e889885.tar.gz
Merge "Stop to use the __future__ module."
Diffstat (limited to 'glanceclient/shell.py')
-rw-r--r--glanceclient/shell.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/glanceclient/shell.py b/glanceclient/shell.py
index 3dfa14a..07bc394 100644
--- a/glanceclient/shell.py
+++ b/glanceclient/shell.py
@@ -17,8 +17,6 @@
Command-line interface to the OpenStack Images API.
"""
-from __future__ import print_function
-
import argparse
import copy
import getpass