skeleton/hooks.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 09 Oct 2013 16:30:27 +0200
branchstable
changeset 9280 bae0caa8477a
parent 8207 c04676b16c59
permissions -rw-r--r--
[schema] edit syntax tree instead of playing with strings for RQLExpressions Lets us support more complex expressions involving e.g. "HAVING" clauses. Closes #3202855

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