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:
@@ -8,7 +8,6 @@ but it exposes the configuration details and allows customization.
|
||||
For most tasks, the higher-level API will be preferable.
|
||||
"""
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
from mininet.net import Mininet
|
||||
from mininet.node import Node
|
||||
|
||||
Reference in New Issue
Block a user