X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=examples%2Flinux%2Fvlc_streaming.py;h=4b5d83d14498deaf399808a90e7d68bc433eff1c;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=7ddd20e30fa7c5694957949f7076d6eff213d87e;hpb=d50ba1a08e541ded7a8b322493ebb1d0cc59c6ff;p=nepi.git diff --git a/examples/linux/vlc_streaming.py b/examples/linux/vlc_streaming.py index 7ddd20e3..4b5d83d1 100644 --- a/examples/linux/vlc_streaming.py +++ b/examples/linux/vlc_streaming.py @@ -3,9 +3,8 @@ # Copyright (C) 2014 INRIA # # This program is free software: you can redistribute it and/or modify -# it under the terms of the GNU General Public License as published by -# the Free Software Foundation, either version 3 of the License, or -# (at your option) any later version. +# it under the terms of the GNU General Public License version 2 as +# published by the Free Software Foundation; # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -22,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 @@ -121,5 +122,5 @@ f.close() ec.shutdown() -print "Streamed VIDEO stored localy at video.ts" +print("Streamed VIDEO stored localy at video.ts")