reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / openvswitch / ovs_ping_3_switches.py
index 510c9e6..1562d70 100644 (file)
@@ -32,7 +32,7 @@
 # $ PYTHONPATH=$PYTHONPATH:src/ python examples/openvswitch/ovs_ping_3_switches.py -n "192.168.3.0/24" -C "1.1.1.1" -s <slicename> -i /~/.ssh/id_rsa
 #
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController