X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Fplanetlab%2Fping_with_filters.py;h=f21d282a346f6f591147e61f2956aabb87ebee54;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=8f9c3cf4b9bb652e80bf2a3a8dda4b1dd641f482;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/examples/planetlab/ping_with_filters.py b/examples/planetlab/ping_with_filters.py index 8f9c3cf4..f21d282a 100644 --- a/examples/planetlab/ping_with_filters.py +++ b/examples/planetlab/ping_with_filters.py @@ -22,6 +22,8 @@ # $ cd # python examples/planetlab/ping_with_filters.py -s -u -p -k +from __future__ import print_function + from nepi.execution.ec import ExperimentController from nepi.execution.resource import ResourceAction, ResourceState @@ -178,7 +180,7 @@ ec.deploy() # Wait until the applications are finish to retrive the traces: ec.wait_finished(apps) -print "Results stored at", ec.exp_dir +print("Results stored at", ec.exp_dir) # Do the experiment controller shutdown: ec.shutdown()