cubicweb/entities/wfobjs.py
changeset 11767 432f87a63057
parent 11057 0b59724cb3f2
child 11810 2e03bb4372b2
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    21 * workflow history (TrInfo)
    21 * workflow history (TrInfo)
    22 * adapter for workflowable entities (IWorkflowableAdapter)
    22 * adapter for workflowable entities (IWorkflowableAdapter)
    23 """
    23 """
    24 from __future__ import print_function
    24 from __future__ import print_function
    25 
    25 
    26 __docformat__ = "restructuredtext en"
    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
    31 from logilab.common.deprecation import deprecated