summaryrefslogtreecommitdiff
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
parentde178ac4382716cc93022be06b93697936e816fc (diff)
parente8455f5c1847638bbd1ca0d74a0003940bf78dc5 (diff)
downloadpython-glanceclient-3a58ab0f41835599514fabbce04d50e10e889885.tar.gz
Merge "Stop to use the __future__ module."
-rw-r--r--glanceclient/common/utils.py2
-rw-r--r--glanceclient/shell.py2
-rw-r--r--glanceclient/v1/shell.py2
3 files changed, 0 insertions, 6 deletions
diff --git a/glanceclient/common/utils.py b/glanceclient/common/utils.py
index 0fde763..d6d2268 100644
--- a/glanceclient/common/utils.py
+++ b/glanceclient/common/utils.py
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import errno
import functools
import hashlib
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
diff --git a/glanceclient/v1/shell.py b/glanceclient/v1/shell.py
index 8a4d29d..682ca98 100644
--- a/glanceclient/v1/shell.py
+++ b/glanceclient/v1/shell.py
@@ -13,8 +13,6 @@
# License for the specific language governing permissions and limitations
# under the License.
-from __future__ import print_function
-
import copy
import functools
import os