X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=clientbin%2FsfiDeleteAttribute.py;fp=clientbin%2FsfiDeleteAttribute.py;h=7e566f787ba7b1dc5c759d74d0b6a63eea48fca8;hp=d0ae0b4c7966f472b9faf83a69a7c273ffc7407d;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/clientbin/sfiDeleteAttribute.py b/clientbin/sfiDeleteAttribute.py index d0ae0b4c..7e566f78 100755 --- a/clientbin/sfiDeleteAttribute.py +++ b/clientbin/sfiDeleteAttribute.py @@ -29,7 +29,7 @@ if command.opts.infile: f.close() for name in attrs: - print >> sys.stderr, name, attrs[name] + print(name, attrs[name], file=sys.stderr) for value in attrs[name]: if not nodes: try: @@ -46,4 +46,4 @@ if command.opts.infile: logger.log_exc( "sfiDeleteAttribute FAILED on node %s: %s=%s" % (node, name, value)) - print rspec.toxml() + print(rspec.toxml())