Convert the gnt scripts to ToStdout/err
authorIustin Pop <iustin@google.com>
Mon, 20 Oct 2008 12:33:25 +0000 (12:33 +0000)
committerIustin Pop <iustin@google.com>
Mon, 20 Oct 2008 12:33:25 +0000 (12:33 +0000)
commit3a24c5272cdb9e7cfaf8a258800f0bc5fec27391
treef6f4e83179cc0ab185618fbb82cb18b4b5b1416e
parent46fbdd04c5e1666c3cac69ef2fdeb5129fb3f5be
Convert the gnt scripts to ToStdout/err

Currently the gnt-* scripts are using a mix of print, logger.ToStd* and
sys.stderr.write. We convert them all to using cli.ToStdout/err. This
way, we can easily change the implementation for all at once.

Reviewed-by: imsnah
scripts/gnt-backup
scripts/gnt-cluster
scripts/gnt-debug
scripts/gnt-instance
scripts/gnt-job
scripts/gnt-node
scripts/gnt-os