X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Fns3%2Fremote_p2p_ping.py;h=57bda49119560cdfcace1a940595443962e5d6a3;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=a592e81efb261c4a375e17f2d81cb7a6a6cb96c0;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/examples/ns3/remote_p2p_ping.py b/examples/ns3/remote_p2p_ping.py index a592e81e..57bda491 100644 --- a/examples/ns3/remote_p2p_ping.py +++ b/examples/ns3/remote_p2p_ping.py @@ -17,6 +17,8 @@ # # Author: Alina Quereilhac +from __future__ import print_function + from nepi.execution.ec import ExperimentController from optparse import OptionParser @@ -113,4 +115,4 @@ stdout = ec.trace(simu, "stdout") ec.shutdown() -print "PING OUTPUT", stdout +print("PING OUTPUT", stdout)