reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / planetlab / ping.py
index 5f07bf0..f35ea70 100644 (file)
@@ -24,7 +24,7 @@
 # $ cd <path-to-nepi>
 # python examples/planetlab/ping.py -s <pl-slice> -u <pl-user> -p <pl-password> -k <pl-ssh-key>  
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController