skeleton/sobjects.py.tmpl
author Rémi Cardona <remi.cardona@logilab.fr>
Thu, 03 Apr 2014 14:17:16 +0200
changeset 10091 09878c2f8621
parent 8207 c04676b16c59
permissions -rw-r--r--
[dataimport] Have ucsvreader's API match that of csv.reader (closes #3705701) 'separator' and 'quote' are replaced with 'delimiter' and 'quotechar'.

# -*- 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 repository side views, usually for notification"""