reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / linux / hello_world.py
index 2553650..2e026b5 100644 (file)
@@ -22,7 +22,7 @@
 # $ cd <path-to-nepi>
 # python examples/linux/hello_world.py -a <hostname> -u <username> -i <ssh-key>
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController