reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / linux / ccn_transfer_using_linuxapp.py
index a22e561..8bf7cfc 100644 (file)
@@ -40,7 +40,7 @@
 # $ cd <path-to-nepi>
 # python examples/linux/ccn_advanced_transfer.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 ResourceAction, ResourceState