web/views/startup.py
changeset 5849 9db65b381028
parent 5819 1017163825c7
parent 5839 53cbdc5e0426
child 5877 0c7b7b76a84f
equal deleted inserted replaced
5840:60880c81e32e 5849:9db65b381028
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    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 HTML startup views. A startup view is global, e.g. doesn't
    18 """Set of HTML startup views. A startup view is global, e.g. doesn't
    19 apply to a result set.
    19 apply to a result set.
       
    20 """
    20 
    21 
    21 """
       
    22 __docformat__ = "restructuredtext en"
    22 __docformat__ = "restructuredtext en"
    23 _ = unicode
    23 _ = unicode
    24 
    24 
    25 from logilab.common.textutils import unormalize
    25 from logilab.common.textutils import unormalize
    26 from logilab.mtconverter import xml_escape
    26 from logilab.mtconverter import xml_escape