reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / openvswitch / ovs_ping_2_switches.py
index 6fc773b..a28bef2 100644 (file)
@@ -33,7 +33,7 @@
 # $ PYTHONPATH=$PYTHONPATH:src/ python examples/openvswitch/ovs_ping_2_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