On Fri, Jan 31, 2014 at 11:46 AM, Jose A. Lopes <[email protected]> wrote: > Signed-off-by: Jose A. Lopes <[email protected]> > --- > lib/serializer.py | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/lib/serializer.py b/lib/serializer.py > index f008155..87217f3 100644 > --- a/lib/serializer.py > +++ b/lib/serializer.py > @@ -1,7 +1,7 @@ > # > # > > -# Copyright (C) 2007, 2008 Google Inc. > +# Copyright (C) 2007, 2008, 2014 Google Inc. > # > # This program is free software; you can redistribute it and/or modify > # it under the terms of the GNU General Public License as published by > @@ -65,8 +65,8 @@ def LoadJson(txt): > """Unserialize data from a string. > > @param txt: the json-encoded form > - > @return: the original data > + @raise JSONDecodeError: if L{txt} is not a valid JSON document > > """ > return simplejson.loads(txt) > -- > 1.8.5.3 >
LGTM, thanks. Michele -- 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
