Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-03 13:59:25 +00:00 committed by Gerrit Code Review
commit c1d67c3dac
3 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@
# under the License. # under the License.
from __future__ import absolute_import
import logging import logging
from django.conf import settings from django.conf import settings

View File

@ -13,7 +13,6 @@
# under the License. # under the License.
from __future__ import absolute_import
import logging import logging
from django.conf import settings from django.conf import settings

View File

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