python3 - 2to3 + miscell obvious tweaks
[sfa.git] / clientbin / sfiListNodes.py
index 13377c9..b14b982 100755 (executable)
@@ -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)