web/views/boxes.py
changeset 1242 59e04ffe0dcf
parent 1216 6ce1383b50ca
child 1247 3332c92d950c
equal deleted inserted replaced
1241:00a8e6a1447e 1242:59e04ffe0dcf
    11 
    11 
    12 :organization: Logilab
    12 :organization: Logilab
    13 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    13 :copyright: 2001-2009 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
    14 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    14 :contact: http://www.logilab.fr/ -- mailto:contact@logilab.fr
    15 """
    15 """
    16 from __future__ import with_statement
       
    17 __docformat__ = "restructuredtext en"
    16 __docformat__ = "restructuredtext en"
    18 
    17 
    19 from logilab.mtconverter import html_escape
    18 from logilab.mtconverter import html_escape
    20 from cubicweb.common.selectors import any_rset, appobject_selectable
    19 from cubicweb.common.selectors import any_rset, appobject_selectable
    21 from cubicweb.web.htmlwidgets import BoxWidget, BoxMenu, BoxHtml, RawBoxItem
    20 from cubicweb.web.htmlwidgets import BoxWidget, BoxMenu, BoxHtml, RawBoxItem