skeleton/entities.py.tmpl
author Rémi Cardona <remi.cardona@logilab.fr>
Tue, 18 Nov 2014 18:20:08 +0100
changeset 10078 5eeffcfde1ba
parent 8207 c04676b16c59
permissions -rw-r--r--
[dataimport] Fix use of _create_copyfrom_buffer() (related to #3845572) This is used indirectly by SQLGenObjectStore when running on a PostgreSQL database. Regression introduced by commit 70056633085c.

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