web/views/treeview.py
changeset 5694 ce2c108a9595
parent 5597 180229f07c12
child 5696 98d390c28edb
equal deleted inserted replaced
5691:ba2347050144 5694:ce2c108a9595
    19 plugin.
    19 plugin.
    20 """
    20 """
    21 __docformat__ = "restructuredtext en"
    21 __docformat__ = "restructuredtext en"
    22 
    22 
    23 from warnings import warn
    23 from warnings import warn
       
    24 from itertools import chain
    24 
    25 
    25 from logilab.mtconverter import xml_escape
    26 from logilab.mtconverter import xml_escape
    26 from logilab.common.decorators import cached
    27 from logilab.common.decorators import cached
    27 
    28 
    28 from cubicweb.utils import make_uid
    29 from cubicweb.utils import make_uid