On Tue, Jan 12, 2016 at 03:02:30PM +0000, Helga Velroyen wrote: > LGTM, thanks
I'd like to add the following interdiff to this patch, that also exports the function from this module. diff --git a/lib/cli.py b/lib/cli.py index e9859f8..5e0b68f 100644 --- a/lib/cli.py +++ b/lib/cli.py @@ -275,6 +275,7 @@ __all__ = [ "UsesRPC", # Formatting functions "ToStderr", "ToStdout", + "ToStdoutAndLoginfo", "FormatError", "FormatQueryResult", "FormatParamsDictInfo", -- Klaus Aehlig Google Germany GmbH, Dienerstr. 12, 80331 Muenchen Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschaeftsfuehrer: Matthew Scott Sucherman, Paul Terence Manicle
