equal
deleted
inserted
replaced
19 from logilab.common.decorators import cached |
19 from logilab.common.decorators import cached |
20 |
20 |
21 from cubicweb.dbapi import DBAPIRequest |
21 from cubicweb.dbapi import DBAPIRequest |
22 from cubicweb.common.mail import header |
22 from cubicweb.common.mail import header |
23 from cubicweb.common.uilib import remove_html_tags |
23 from cubicweb.common.uilib import remove_html_tags |
24 from cubicweb.common.utils import SizeConstrainedList, HTMLHead |
24 from cubicweb.utils import SizeConstrainedList, HTMLHead |
25 from cubicweb.web import (INTERNAL_FIELD_VALUE, LOGGER, NothingToEdit, RequestError, |
25 from cubicweb.web import (INTERNAL_FIELD_VALUE, LOGGER, NothingToEdit, RequestError, |
26 StatusResponse) |
26 StatusResponse) |
27 |
27 |
28 _MARKER = object() |
28 _MARKER = object() |
29 |
29 |