skeleton/entities.py.tmpl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 17 Apr 2014 12:34:51 +0200
changeset 10092 f0363da0b5a0
parent 8207 c04676b16c59
permissions -rw-r--r--
[schema] stop using RQLUniqueConstraint (closes #3753250) The last uses are replaced with unique together constraints.

# -*- 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 entity's classes"""