Replace simpljson imports with json
authorMagnus Hagander <magnus@hagander.net>
Sat, 12 Dec 2015 16:44:22 +0000 (17:44 +0100)
committerMagnus Hagander <magnus@hagander.net>
Sat, 12 Dec 2015 16:44:22 +0000 (17:44 +0100)
commit51c10ee9df4ad348d4f76f64cee937b9f08efe17
tree6c7f49e6e942d089b33d46effa251d92e521a2c1
parentc9f80d7b52f46b76df03f4be114bb6ff8672ba66
Replace simpljson imports with json

This has been in standard python since 2.6, and we don't really care
about supporting anything older than that (even our old and soon to
be upgraded environments use 2.7)
pgweb/account/views.py
pgweb/lists/views.py
pgweb/search/views.py
requirements.txt
tools/communityauth/sample/django/auth.py