reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / examples / planetlab / select_nodes.py
index a0aec7d..465e949 100644 (file)
@@ -22,7 +22,7 @@
 # $ cd <path-to-nepi>
 # python examples/planetlab/select_nodes.py -s <pl-slice> -u <pl-user> -p <pl-password> -k <pl-ssh-key> -c <country> -o <operating-system> -n <node-count> 
 
-
+from __future__ import print_function
 
 from nepi.execution.ec import ExperimentController