Merge "Stop to use the __future__ module."

This commit is contained in:
Zuul 2020-06-05 14:25:29 +00:00 committed by Gerrit Code Review
commit f6f82b18d9
4 changed files with 0 additions and 7 deletions

View File

@ -16,8 +16,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from __future__ import print_function
import sys
import eventlet

View File

@ -21,7 +21,6 @@
"""
Installation script for Neutron's development virtualenv
"""
from __future__ import print_function
import os
import sys

View File

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

View File

@ -16,8 +16,6 @@
Check for globals that are now available in neutron-lib
"""
from __future__ import print_function
def check_globals(things, nmod, lmod):
core = vars(nmod)['_mg__my_globals']