Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-03 06:05:47 +00:00 committed by Gerrit Code Review
commit f1a0c7ebc0
4 changed files with 0 additions and 6 deletions

View File

@ -12,7 +12,6 @@
"""Fixtures for Tacker unit tests."""
# NOTE(bhagyashris): This is needed for importing from fixtures.
from __future__ import absolute_import
import warnings

View File

@ -16,7 +16,6 @@
"""
Utility methods for working with WSGI servers
"""
from __future__ import print_function
import functools
import errno

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import compiler
import os.path
import sys

View File

@ -21,8 +21,6 @@ environment, it should be kept strictly compatible with Python 2.6.
"""
from __future__ import print_function
import optparse
import os
import subprocess