reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / linux / vlc_streaming.py
index d888e3b..9f31286 100644 (file)
@@ -21,7 +21,7 @@
 # $ cd <path-to-nepi>
 # python examples/linux/vlc_streaming.py -a <hostname1> -b <hostname2> -u <username> -i <ssh-key>
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController
 from nepi.execution.resource import ResourceState, ResourceAction