X-Git-Url: http://git.onelab.eu/?p=sfa.git;a=blobdiff_plain;f=clientbin%2FsfiListLinks.py;h=d84b9427c8db5ac8bab2ad8274a609bdd21bd07a;hp=67e603d1efad2d1f965cf1306d24aaff02626613;hb=4a9e6751f9f396f463932133b9d62fc925a99ef6;hpb=648ac3fd865ea29425485f26eb0a7bf1a62281e0 diff --git a/clientbin/sfiListLinks.py b/clientbin/sfiListLinks.py index 67e603d1..d84b9427 100755 --- a/clientbin/sfiListLinks.py +++ b/clientbin/sfiListLinks.py @@ -19,4 +19,4 @@ if command.opts.infile: for link in links: ifname1 = Xrn(link['interface1']['component_id']).get_leaf() ifname2 = Xrn(link['interface2']['component_id']).get_leaf() - print "%s %s" % (ifname1, ifname2) + print("%s %s" % (ifname1, ifname2))