X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Fdce%2Fcustom_local_p2p_ping.py;h=f99ac7bcbacbab46be554f8e01464fcd677b553f;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=578698ca2fb8a7968de747847a62c19d02b66b2f;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/examples/dce/custom_local_p2p_ping.py b/examples/dce/custom_local_p2p_ping.py index 578698ca..f99ac7bc 100644 --- a/examples/dce/custom_local_p2p_ping.py +++ b/examples/dce/custom_local_p2p_ping.py @@ -17,6 +17,8 @@ # # Author: Alina Quereilhac +from __future__ import print_function + from nepi.execution.ec import ExperimentController def add_ns3_node(ec, simu): @@ -99,5 +101,5 @@ stdout = ec.trace(ping, "stdout") ec.shutdown() -print "PING OUTPUT", stdout +print("PING OUTPUT", stdout)