Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-07-07 18:52:12 +00:00 committed by Gerrit Code Review
commit 111f3ca79f
16 changed files with 0 additions and 22 deletions

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import datetime import datetime
import grp import grp

View File

@ -13,7 +13,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import collections import collections
try: try:

View File

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

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
import logging import logging

View File

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

View File

@ -13,8 +13,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import abc import abc
import collections import collections
from datetime import datetime from datetime import datetime

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import itertools import itertools
import logging import logging

View File

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

View File

@ -13,8 +13,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import collections import collections
import os import os
import sys import sys

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
import logging import logging

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
import json import json

View File

@ -12,7 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
import getpass import getpass

View File

@ -12,8 +12,6 @@
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
import six import six
from tripleo_common.actions import baremetal from tripleo_common.actions import baremetal

View File

@ -9,7 +9,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
import copy import copy
import getpass import getpass

View File

@ -9,7 +9,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
from heatclient.common import event_utils from heatclient.common import event_utils
from tripleo_common.utils import plan from tripleo_common.utils import plan

View File

@ -12,7 +12,6 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the # WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations # License for the specific language governing permissions and limitations
# under the License. # under the License.
from __future__ import print_function
from heatclient.common import event_utils from heatclient.common import event_utils
from tripleo_common.actions import scale from tripleo_common.actions import scale