skeleton/sobjects.py.tmpl
author Aurelien Campeas <aurelien.campeas@logilab.fr>
Thu, 12 Jun 2014 17:50:50 +0200
changeset 9789 4903a959604a
parent 8207 c04676b16c59
permissions -rw-r--r--
[devtools] even better: use a plain Connection (server-side) object for pre_setup The previous commit switched from passing a Session to a ClientConnection. This fixes unittest_ldapsource's pre_setup_database, which relied on a server-side object to get at the repo.

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