X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=clientbin%2FsfiListNodes.py;h=81684bf81fd1bdf6f072bde1f16f863e5751256c;hp=13377c9ac7cca9d701f749b3ca2cd92a89c9edc4;hb=HEAD;hpb=8e558be62ca1e048cedb76d6036d1acbfa827bd4 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)