summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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