web/views/embedding.py
branchtls-sprint
changeset 800 860451b72ab7
parent 742 99115e029dca
child 1092 b8fbb95dc0eb
equal deleted inserted replaced
799:ad129d374ee2 800:860451b72ab7
    16 
    16 
    17 from cubicweb import urlquote # XXX should use view.url_quote method
    17 from cubicweb import urlquote # XXX should use view.url_quote method
    18 from cubicweb.selectors import (one_line_rset, score_entity,
    18 from cubicweb.selectors import (one_line_rset, score_entity,
    19                                 match_search_state, implements)
    19                                 match_search_state, implements)
    20 from cubicweb.interfaces import IEmbedable
    20 from cubicweb.interfaces import IEmbedable
       
    21 from cubicweb.view import NOINDEX, NOFOLLOW
    21 from cubicweb.common.uilib import soup2xhtml
    22 from cubicweb.common.uilib import soup2xhtml
    22 from cubicweb.common.view import NOINDEX, NOFOLLOW
       
    23 from cubicweb.web.controller import Controller
    23 from cubicweb.web.controller import Controller
    24 from cubicweb.web.action import Action
    24 from cubicweb.web.action import Action
    25 from cubicweb.web.views import basetemplates
    25 from cubicweb.web.views import basetemplates
    26 
    26 
    27 
    27