Skip to content
Snippets Groups Projects
Commit e53030538293 authored by Aurelien Campeas's avatar Aurelien Campeas
Browse files

[views/json] import dumps from cw.web (which handles the different possible...

[views/json] import dumps from cw.web (which handles the different possible dumps impl. depending on python version or external json packages)
parent dfc1f4c541ed
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
from logilab.mtconverter import xml_escape
from logilab.common.decorators import monkeypatch
from simplejson import dumps
from cubicweb.web import dumps
from cubicweb.selectors import (implements, has_permission, authenticated_user,
score_entity, relation_possible, one_line_rset)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment