equal
deleted
inserted
replaced
18 |
18 |
19 from logilab.common.decorators import clear_cache |
19 from logilab.common.decorators import clear_cache |
20 |
20 |
21 from cubicweb import ValidationError, RepositoryError |
21 from cubicweb import ValidationError, RepositoryError |
22 from cubicweb.selectors import implements |
22 from cubicweb.selectors import implements |
23 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, CONSTRAINTS |
23 from cubicweb.schema import META_RTYPES, VIRTUAL_RTYPES, CONSTRAINTS, display_name |
24 from cubicweb.server import hook, schemaserial as ss |
24 from cubicweb.server import hook, schemaserial as ss |
25 from cubicweb.server.sqlutils import SQL_PREFIX |
25 from cubicweb.server.sqlutils import SQL_PREFIX |
26 |
26 |
27 |
27 |
28 TYPE_CONVERTER = { # XXX |
28 TYPE_CONVERTER = { # XXX |