a little nicer wrt pep8
[sfa.git] / clientbin / sfiListNodes.py
index 13377c9..81684bf 100755 (executable)
@@ -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)