Hello,

On Tuesday 02 March 2010 14:05:47, Kartik Mistry wrote:
> On Tue, Mar 2, 2010 at 6:11 PM, Dmitry Eremin-Solenikov
> 
> <dbarysh...@gmail.com> wrote:
> > python-desktopcouch-records should depend on python-json. Otherwise any
> > program using it (e.g. desktopcouch-service) fails with the following
> > backtrace:
> 
> Thanks a lot. Fixed in Git. Will be fixed with next upload tonight or
> tomorrow :)

I made a patch so that the sources use simplejson, and changed the added 
dependency to python-simplejson.

This was the situation before my patch:

$ rgrep -in json desktopcouch/ | grep import
desktopcouch/records/server_base.py:33:import json
desktopcouch/replication_services/ubuntuone.py:4:import simplejson
$

After the patch:

$ rgrep -in json desktopcouch/ | grep import
desktopcouch/records/server_base.py:33:import simplejson as json
desktopcouch/replication_services/ubuntuone.py:4:import simplejson
$

Kindly,
David

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 ----|----
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to