Merge "Stop to use the __future__ module."
This commit is contained in:
commit
f6f82b18d9
@ -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
|
||||
|
@ -21,7 +21,6 @@
|
||||
"""
|
||||
Installation script for Neutron's development virtualenv
|
||||
"""
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
@ -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
|
||||
|
@ -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']
|
||||
|
Loading…
Reference in New Issue
Block a user