cubicweb/web/views/basecontrollers.py
changeset 11767 432f87a63057
parent 11268 f6938ae0dea8
child 12503 b01dd0ef43aa
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    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 
    23 from cubicweb import _
    23 from cubicweb import _
    24 
    24 
    25 from warnings import warn
    25 from warnings import warn
    26 
    26 
    27 from six import text_type
    27 from six import text_type