skeleton/hooks.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Tue, 17 Feb 2015 12:43:42 +0100
changeset 10264 d5403de0792b
parent 8207 c04676b16c59
permissions -rw-r--r--
[server] use unicode wherever appropriate in transaction/undo related methods Silences lgdb/sqlite warnings about using str instead of unicode.

# -*- 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"""