Remove "from __future__ import print"
This was well-intentioned, but it causes more trouble than it's worth. Fixes #652
This commit is contained in:
@@ -25,7 +25,6 @@ list all nodes ('nodes'), to print out the network topology
|
||||
and bandwidth ('iperf'.)
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
from subprocess import call
|
||||
from cmd import Cmd
|
||||
from os import isatty
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
"Utility functions for Mininet."
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from mininet.log import output, info, error, warn, debug
|
||||
|
||||
|
||||
Reference in New Issue
Block a user