K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2014-07-05T19:17:41.248369Z K 7 svn:log V 251 hgreviewboard: fix the json import Newer Python versions include a json module, but hgreviewboard tries to use the simplejson module included in its tarball. We don't install the included simplejson module, so fix the import line. Reviewed by: bapt END