X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Flinux%2Fvlc_streaming.py;h=4b5d83d14498deaf399808a90e7d68bc433eff1c;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=3533e018f259216329ccbb35569d32bbdad66a26;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/examples/linux/vlc_streaming.py b/examples/linux/vlc_streaming.py index 3533e018..4b5d83d1 100644 --- a/examples/linux/vlc_streaming.py +++ b/examples/linux/vlc_streaming.py @@ -21,6 +21,8 @@ # $ cd # python examples/linux/vlc_streaming.py -a -b -u -i +from __future__ import print_function + from nepi.execution.ec import ExperimentController from nepi.execution.resource import ResourceState, ResourceAction @@ -120,5 +122,5 @@ f.close() ec.shutdown() -print "Streamed VIDEO stored localy at video.ts" +print("Streamed VIDEO stored localy at video.ts")