LGTM, thanks
On Fri, Dec 20, 2013 at 10:09 AM, Hrvoje Ribicic <[email protected]> wrote: > Signed-off-by: Hrvoje Ribicic <[email protected]> > --- > qa/qa_rapi.py | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/qa/qa_rapi.py b/qa/qa_rapi.py > index 5bd74b4..ea090d0 100644 > --- a/qa/qa_rapi.py > +++ b/qa/qa_rapi.py > @@ -103,6 +103,8 @@ def Setup(username, password): > > print "RAPI protocol version: %s" % _rapi_client.GetVersion() > > + return _rapi_client > + > > def LookupRapiSecret(rapi_user): > """Find the RAPI secret for the given user. > -- > 1.8.5.1 > > -- -- Helga Velroyen | Software Engineer | [email protected] | Google Germany GmbH Dienerstr. 12 80331 München Registergericht und -nummer: Hamburg, HRB 86891 Sitz der Gesellschaft: Hamburg Geschäftsführer: Graham Law, Christine Elizabeth Flores
