-
Committer:
Teddy Hogeborn
-
Date:
2019-03-17 21:29:32 UTC
-
mto:
This revision was merged to the branch mainline in
revision
382.
-
Revision ID:
teddy@recompile.se-20190317212932-r3libgz33mkb85rw
mandos-ctl: Refactor
* mandos-ctl: For Python 2, use StringIO.StringIO as a replacement for
io.StringIO, since Python 2's io.StringIO won't work
with print redirection.
(Output.run, Output.output): Remove.
(DumpJSON.output): Rename to "run" and change signature to match.
Also change code to print instead of returning
string.
(PrintTable.output): - '' -