Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul
2020-06-04 10:01:42 +00:00
committed by Gerrit Code Review
13 changed files with 0 additions and 26 deletions

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import abc import abc
import argparse import argparse
import functools import functools

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
from neutronclient._i18n import _ from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20 from neutronclient.neutron import v2_0 as neutronV20
from neutronclient.neutron.v2_0 import network from neutronclient.neutron.v2_0 import network

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
from cliff import show from cliff import show

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
from neutronclient._i18n import _ from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20 from neutronclient.neutron import v2_0 as neutronV20
from neutronclient.neutron.v2_0.bgp import speaker as bgp_speaker from neutronclient.neutron.v2_0.bgp import speaker as bgp_speaker

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
from neutronclient._i18n import _ from neutronclient._i18n import _
from neutronclient.common import utils from neutronclient.common import utils
from neutronclient.common import validators from neutronclient.common import validators

View File

@@ -13,8 +13,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
from neutronclient._i18n import _ from neutronclient._i18n import _

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
from neutronclient._i18n import _ from neutronclient._i18n import _

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
from neutronclient._i18n import _ from neutronclient._i18n import _

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
from neutronclient._i18n import _ from neutronclient._i18n import _
from neutronclient.neutron import v2_0 as neutronV20 from neutronclient.neutron import v2_0 as neutronV20

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import abc import abc
import argparse import argparse

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import argparse import argparse
from oslo_serialization import jsonutils from oslo_serialization import jsonutils

View File

@@ -14,8 +14,6 @@
# under the License. # under the License.
# #
from __future__ import print_function
import logging import logging
from osc_lib.command import command from osc_lib.command import command

View File

@@ -18,8 +18,6 @@
Command-line interface to the Neutron APIs Command-line interface to the Neutron APIs
""" """
from __future__ import print_function
import argparse import argparse
import inspect import inspect
import itertools import itertools