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