Re: Some patches for patch-tracker

2011-08-02 Thread Raphael Hertzog
On Tue, 02 Aug 2011, Giovanni Mascellani wrote: > > Hum the PTS doesn't use JSON yet (AFAIK), YAML might thus be a better > > choice. > > Is it important? JSON is easy to decode using the standard Python > library, so it doesn't add any new dependency. However, if you don't > like it, it should be

Re: Some patches for patch-tracker

2011-08-02 Thread Giovanni Mascellani
On 02/08/2011 16:09, Raphael Hertzog wrote: > On Tue, 02 Aug 2011, Giovanni Mascellani wrote: >> diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py >> index 80ad8dc..0f90e2f 100644 >> --- a/patchtracker/Patch.py >> +++ b/patchtracker/Patch.py >> @@ -177,6 +177,8 @@ class Quilt30PatchSeries

Re: Some patches for patch-tracker

2011-08-02 Thread Giovanni Mascellani
Ciao. On 02/08/2011 16:09, Raphael Hertzog wrote: > On Tue, 02 Aug 2011, Giovanni Mascellani wrote: >> diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py >> index 80ad8dc..0f90e2f 100644 >> --- a/patchtracker/Patch.py >> +++ b/patchtracker/Patch.py >> @@ -177,6 +177,8 @@ class Quilt30Patch

Re: Some patches for patch-tracker

2011-08-02 Thread Raphael Hertzog
On Tue, 02 Aug 2011, Giovanni Mascellani wrote: > diff --git a/patchtracker/Patch.py b/patchtracker/Patch.py > index 80ad8dc..0f90e2f 100644 > --- a/patchtracker/Patch.py > +++ b/patchtracker/Patch.py > @@ -177,6 +177,8 @@ class Quilt30PatchSeries (GenericPatchSeries): > try: >try: >