skeleton/hooks.py.tmpl
author David Douard <david.douard@logilab.fr>
Wed, 24 Jul 2013 13:59:08 +0200
branchstable
changeset 9183 95e69c2d52a9
parent 8207 c04676b16c59
permissions -rw-r--r--
[doc] one must now manipulate the req.session.data dict (closes #2842345) instead of deprecated get/set/del_session_data methods.

# -*- 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 specific hooks and operations"""