sys.stdout.write? Are you from the past?
This commit is contained in:
parent
4b36a51d99
commit
850cea84a3
1 changed files with 1 additions and 1 deletions
|
@ -38,4 +38,4 @@ for key in key_machines.keys():
|
||||||
output.append("%s %s" % (','.join(hosts),key))
|
output.append("%s %s" % (','.join(hosts),key))
|
||||||
|
|
||||||
output.sort()
|
output.sort()
|
||||||
sys.stdout.write("\n".join(output))
|
_out("\n".join(output))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue