entities/wfobjs.py
changeset 9892 928732ec00dd
parent 9256 697a8181ba30
child 10095 200bd6a601dc
equal deleted inserted replaced
9891:3386fd89c914 9892:928732ec00dd
    25 __docformat__ = "restructuredtext en"
    25 __docformat__ = "restructuredtext en"
    26 
    26 
    27 
    27 
    28 from logilab.common.decorators import cached, clear_cache
    28 from logilab.common.decorators import cached, clear_cache
    29 from logilab.common.deprecation import deprecated
    29 from logilab.common.deprecation import deprecated
    30 from logilab.common.compat import any
       
    31 
    30 
    32 from cubicweb.entities import AnyEntity, fetch_config
    31 from cubicweb.entities import AnyEntity, fetch_config
    33 from cubicweb.view import EntityAdapter
    32 from cubicweb.view import EntityAdapter
    34 from cubicweb.predicates import relation_possible
    33 from cubicweb.predicates import relation_possible
    35 
    34