web/views/basecontrollers.py
changeset 10666 7f6b5f023884
parent 10411 4ee15441f2eb
child 10740 59e89db3a67d
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
    18 """Set of base controllers, which are directly plugged into the application
    18 """Set of base controllers, which are directly plugged into the application
    19 object to handle publication.
    19 object to handle publication.
    20 """
    20 """
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 _ = unicode
    23 from cubicweb import _
    24 
    24 
    25 from warnings import warn
    25 from warnings import warn
    26 
    26 
    27 from logilab.common.deprecation import deprecated
    27 from logilab.common.deprecation import deprecated
    28 
    28