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:
Bob Lantz
2016-08-08 15:28:52 -07:00
parent 666635c969
commit 8ac077a721
24 changed files with 0 additions and 24 deletions
-1
View File
@@ -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