web/views/wdoc.py
changeset 10666 7f6b5f023884
parent 8969 b37ce419ce26
child 10669 155c29e0ed1c
equal deleted inserted replaced
10665:79ff784cd8af 10666:7f6b5f023884
    33 
    33 
    34 from cubicweb.predicates import match_form_params
    34 from cubicweb.predicates import match_form_params
    35 from cubicweb.view import StartupView
    35 from cubicweb.view import StartupView
    36 from cubicweb.uilib import rest_publish
    36 from cubicweb.uilib import rest_publish
    37 from cubicweb.web import NotFound, action
    37 from cubicweb.web import NotFound, action
    38 _ = unicode
    38 from cubicweb import _
    39 
    39 
    40 # table of content management #################################################
    40 # table of content management #################################################
    41 
    41 
    42 try:
    42 try:
    43     from xml.etree.ElementTree import parse
    43     from xml.etree.ElementTree import parse