cubicweb/web/views/baseviews.py
changeset 11767 432f87a63057
parent 11759 7b7108eb8178
child 12503 b01dd0ef43aa
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    73 .. autoclass:: TextView
    73 .. autoclass:: TextView
    74 .. autoclass:: InContextTextView
    74 .. autoclass:: InContextTextView
    75 .. autoclass:: OutOfContextView
    75 .. autoclass:: OutOfContextView
    76 """
    76 """
    77 
    77 
    78 __docformat__ = "restructuredtext en"
       
    79 from cubicweb import _
    78 from cubicweb import _
    80 
    79 
    81 from datetime import timedelta
       
    82 from warnings import warn
    80 from warnings import warn
    83 
    81 
    84 from six.moves import range
    82 from six.moves import range
    85 
       
    86 from rql import nodes
       
    87 
    83 
    88 from logilab.mtconverter import TransformError, xml_escape
    84 from logilab.mtconverter import TransformError, xml_escape
    89 from logilab.common.registry import yes
    85 from logilab.common.registry import yes
    90 
    86 
    91 from cubicweb import NoSelectableObject, tags
    87 from cubicweb import NoSelectableObject, tags