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:
@@ -74,7 +74,6 @@ Things to do:
|
||||
- hifi support (e.g. delay compensation)
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from mininet.node import Node, Host, OVSSwitch, Controller
|
||||
from mininet.link import Link, Intf
|
||||
|
||||
Reference in New Issue
Block a user