Merge "Stop to use the __future__ module."
This commit is contained in:
commit
294f10d7b2
@ -50,8 +50,6 @@
|
||||
|
||||
"""CLI interface for cinder management."""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
try:
|
||||
import collections.abc as collections
|
||||
except ImportError:
|
||||
|
@ -16,9 +16,6 @@
|
||||
|
||||
"""Implementation of an image service that uses Glance as the backend"""
|
||||
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import copy
|
||||
import itertools
|
||||
import random
|
||||
|
@ -15,8 +15,6 @@
|
||||
# under the License.
|
||||
|
||||
"""Fixtures for Cinder tests."""
|
||||
# NOTE(mriedem): This is needed for importing from fixtures.
|
||||
from __future__ import absolute_import
|
||||
|
||||
import logging as std_logging
|
||||
import os
|
||||
|
@ -13,8 +13,6 @@
|
||||
# License for the specific language governing permissions and limitations
|
||||
# under the License.
|
||||
|
||||
from __future__ import division
|
||||
|
||||
import contextlib
|
||||
from distutils import version
|
||||
import functools
|
||||
|
@ -15,8 +15,6 @@
|
||||
|
||||
"""StorPool block device driver"""
|
||||
|
||||
from __future__ import absolute_import
|
||||
|
||||
import platform
|
||||
|
||||
from oslo_config import cfg
|
||||
|
Loading…
x
Reference in New Issue
Block a user