reinstate import of print_function in py3 so as to shorten the distance between both...
[nepi.git] / src / nepi / resources / planetlab / sfa_node.py
index a0dca11..e05a3a7 100644 (file)
@@ -16,7 +16,7 @@
 #
 # Author: Lucia Guevgeozian <lucia.guevgeozian_odizzio@inria.fr>
 
-
+from __future__ import print_function
 
 from nepi.execution.attribute import Attribute, Flags, Types
 from nepi.execution.resource import ResourceManager, clsinit_copy, \