cubicweb/entities/wfobjs.py
changeset 12506 d97f9b8df92a
parent 11810 2e03bb4372b2
child 12567 26744ad37953
equal deleted inserted replaced
12505:55014a79b2a5 12506:d97f9b8df92a
    26 
    26 
    27 
    27 
    28 from six import text_type, string_types
    28 from six import text_type, string_types
    29 
    29 
    30 from logilab.common.decorators import cached, clear_cache
    30 from logilab.common.decorators import cached, clear_cache
    31 from logilab.common.deprecation import deprecated
       
    32 
    31 
    33 from cubicweb.entities import AnyEntity, fetch_config
    32 from cubicweb.entities import AnyEntity, fetch_config
    34 from cubicweb.view import EntityAdapter
    33 from cubicweb.view import EntityAdapter
    35 from cubicweb.predicates import relation_possible
    34 from cubicweb.predicates import relation_possible
    36 
    35