Ticket #156 (closed defect: fixed)
Inconsistency in using cjson vs json
Description
Some packages import json whereas others import cjson. Examples:
sugar-jhbuild uses json:
./scripts/report.py: import json
browse uses json:
./model.py:import json
etc..
sugar, sugar-toolkit, sugar-datastore use cjson in various places.
The moduleset system deps mention python-cjson, but do NOT mention json-py as a dependency (which is implicit on Ubuntu and Fedora but not on other distros)
Change History
Note: See
TracTickets for help on using
tickets.
