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
|
# License for the specific language governing permissions and limitations
|
||||||
# under the License.
|
# under the License.
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
import eventlet
|
import eventlet
|
||||||
|
@ -21,7 +21,6 @@
|
|||||||
"""
|
"""
|
||||||
Installation script for Neutron's development virtualenv
|
Installation script for Neutron's development virtualenv
|
||||||
"""
|
"""
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
@ -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
|
||||||
|
@ -16,8 +16,6 @@
|
|||||||
Check for globals that are now available in neutron-lib
|
Check for globals that are now available in neutron-lib
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
|
|
||||||
def check_globals(things, nmod, lmod):
|
def check_globals(things, nmod, lmod):
|
||||||
core = vars(nmod)['_mg__my_globals']
|
core = vars(nmod)['_mg__my_globals']
|
||||||
|
Loading…
Reference in New Issue
Block a user