skeleton/views.py.tmpl
author Pierre-Yves David <pierre-yves.david@logilab.fr>
Mon, 25 Mar 2013 16:35:18 +0100 (2013-03-25)
changeset 8789 465a87e6a89a
parent 8207 c04676b16c59
permissions -rw-r--r--
[transaction] use set operation in the hook control code We use direct operator on set instead of looping by hand, This simplify the codes.
# -*- coding: utf-8 -*-
# copyright %(year)s %(author)s, all rights reserved.
# contact %(author-web-site)s -- mailto:%(author-email)s
#
%(long-license)s
"""%(distname)s views/forms/actions/components for web ui"""