X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=clientbin%2FsfiListNodes.py;h=81684bf81fd1bdf6f072bde1f16f863e5751256c;hb=78e5fb75e3793ae9dfce7f1bbd4a2b0f27b7ecc6;hp=13377c9ac7cca9d701f749b3ca2cd92a89c9edc4;hpb=04a3f20dc71bf8b3f96b1e3172623aa346a638a7;p=sfa.git diff --git a/clientbin/sfiListNodes.py b/clientbin/sfiListNodes.py index 13377c9a..81684bf8 100755 --- a/clientbin/sfiListNodes.py +++ b/clientbin/sfiListNodes.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#!/usr/bin/env python3 import sys @@ -25,4 +25,4 @@ if command.opts.infile: if node.get('component_id'): hostname = xrn_to_hostname(node['component_id']) if hostname: - print hostname + print(hostname)