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