use print() - import print_function - should be fine for both py2 and py3
[nepi.git] / examples / planetlab / ccn_simple_transfer.py
index 6ca7cff..64c7888 100644 (file)
@@ -31,6 +31,8 @@
 #     0 ------- network -------- 1
 #
 
+from __future__ import print_function
+
 from nepi.execution.ec import ExperimentController
 
 from optparse import OptionParser, SUPPRESS_HELP
@@ -164,5 +166,5 @@ f.close()
 
 ec.shutdown()
 
-print "Transfered FILE stored localy at video.ts"
+print("Transfered FILE stored localy at video.ts")