diff --git a/glance_store/_drivers/rbd.py b/glance_store/_drivers/rbd.py index 09dc9418..f62647c1 100644 --- a/glance_store/_drivers/rbd.py +++ b/glance_store/_drivers/rbd.py @@ -15,8 +15,6 @@ """Storage backend for RBD (RADOS (Reliable Autonomic Distributed Object Store) Block Device)""" -from __future__ import absolute_import -from __future__ import with_statement import contextlib import hashlib diff --git a/tools/install_venv.py b/tools/install_venv.py index e2382155..acc0e6f3 100644 --- a/tools/install_venv.py +++ b/tools/install_venv.py @@ -21,8 +21,6 @@ Installation script for glance_store's development virtualenv """ -from __future__ import print_function - import os import sys diff --git a/tools/install_venv_common.py b/tools/install_venv_common.py index 46822e32..d73649cd 100644 --- a/tools/install_venv_common.py +++ b/tools/install_venv_common.py @@ -22,8 +22,6 @@ environment, it should be kept strictly compatible with Python 2.6. Synced in from openstack-common """ -from __future__ import print_function - import optparse import os import subprocess