X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Futil%2Fmanifoldapi.py;h=96301273a72dd6c65bfddbb750ff4d82b5a468b8;hb=039fbd9629d7570d4c175a5448d24badcd0f3aba;hp=b0eb25699ce68601321f2c2afd4a9c633e389f5c;hpb=e55924b6886bd7382a28e1ae235c4810f852e163;p=nepi.git diff --git a/src/nepi/util/manifoldapi.py b/src/nepi/util/manifoldapi.py index b0eb2569..96301273 100644 --- a/src/nepi/util/manifoldapi.py +++ b/src/nepi/util/manifoldapi.py @@ -16,6 +16,8 @@ # # Author: Lucia Guevgeozian Odizzio +from __future__ import print_function + import xmlrpclib import hashlib import threading @@ -134,7 +136,7 @@ class MANIFOLDAPI(object): return True else: msg = "Failed while trying to add %s to slice" % resource_urn - print msg + print(msg) # check how to do warning return False