equal
deleted
inserted
replaced
46 |
46 |
47 from warnings import warn |
47 from warnings import warn |
48 |
48 |
49 from logilab.common import dictattr, tempattr |
49 from logilab.common import dictattr, tempattr |
50 from logilab.common.decorators import iclassmethod, cached |
50 from logilab.common.decorators import iclassmethod, cached |
51 from logilab.common.compat import any |
|
52 from logilab.common.textutils import splitstrip |
51 from logilab.common.textutils import splitstrip |
53 from logilab.common.deprecation import deprecated |
52 from logilab.common.deprecation import deprecated |
54 |
53 |
55 from cubicweb import ValidationError, neg_role |
54 from cubicweb import ValidationError, neg_role |
56 from cubicweb.utils import support_args |
55 from cubicweb.utils import support_args |