use print() - import print_function - should be fine for both py2 and py3
[nepi.git] / examples / linux / ccn_simple_transfer.py
index 4b5d6f4..39ea8f0 100644 (file)
@@ -31,6 +31,8 @@
 #     0 ------- network -------- 1
 #
 
+from __future__ import print_function
+
 from nepi.execution.ec import ExperimentController
 
 from optparse import OptionParser
@@ -151,4 +153,4 @@ f.close()
 
 ec.shutdown()
 
-print "Transfered FILE stored localy at video.ts"
+print("Transfered FILE stored localy at video.ts")