entities/wfobjs.py
branchstable
changeset 3757 122a01751d59
parent 3698 9f652194bfb3
child 3765 769dc0107f31
equal deleted inserted replaced
3755:9b973e8eabb3 3757:122a01751d59
     9 
     9 
    10 from warnings import warn
    10 from warnings import warn
    11 
    11 
    12 from logilab.common.decorators import cached, clear_cache
    12 from logilab.common.decorators import cached, clear_cache
    13 from logilab.common.deprecation import deprecated
    13 from logilab.common.deprecation import deprecated
       
    14 from logilab.common.compat import any
    14 
    15 
    15 from cubicweb.entities import AnyEntity, fetch_config
    16 from cubicweb.entities import AnyEntity, fetch_config
    16 from cubicweb.interfaces import IWorkflowable
    17 from cubicweb.interfaces import IWorkflowable
    17 from cubicweb.common.mixins import MI_REL_TRIGGERS
    18 from cubicweb.common.mixins import MI_REL_TRIGGERS
    18 
    19