cubicweb/web/views/workflow.py
changeset 11767 432f87a63057
parent 11197 9f1c89e7426d
child 11851 002007272a76
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    19 
    19 
    20 * IWorkflowable views and forms
    20 * IWorkflowable views and forms
    21 * workflow entities views (State, Transition, TrInfo)
    21 * workflow entities views (State, Transition, TrInfo)
    22 """
    22 """
    23 
    23 
    24 __docformat__ = "restructuredtext en"
    24 
    25 from cubicweb import _
    25 from cubicweb import _
    26 
    26 
    27 import os
    27 import os
    28 from warnings import warn
    28 from warnings import warn
    29 
    29