equal
deleted
inserted
replaced
20 |
20 |
21 from indexer import get_indexer |
21 from indexer import get_indexer |
22 |
22 |
23 from cubicweb import Binary, ConfigurationError |
23 from cubicweb import Binary, ConfigurationError |
24 from cubicweb.utils import todate, todatetime |
24 from cubicweb.utils import todate, todatetime |
25 from cubicweb.common.uilib import remove_html_tags |
25 from cubicweb.uilib import remove_html_tags |
26 from cubicweb.toolsutils import restrict_perms_to_user |
26 from cubicweb.toolsutils import restrict_perms_to_user |
27 from cubicweb.schema import PURE_VIRTUAL_RTYPES |
27 from cubicweb.schema import PURE_VIRTUAL_RTYPES |
28 from cubicweb.server import SQL_CONNECT_HOOKS |
28 from cubicweb.server import SQL_CONNECT_HOOKS |
29 from cubicweb.server.utils import crypt_password |
29 from cubicweb.server.utils import crypt_password |
30 |
30 |