reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / netns / local_switch_ping.py
index 7f37168..e69a7e8 100644 (file)
@@ -21,7 +21,7 @@
 # This example must be executed as root: 
 # $ sudo PYTHONPATH=$PYTHONPATH:src python examples/netns/local_switch_ping.py
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController