skeleton/sobjects.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 06 Sep 2013 11:01:20 +0200
branchstable
changeset 9235 3eb8d65824f5
parent 8207 c04676b16c59
permissions -rw-r--r--
[devtools] fix race when creating backupdir If somebody else creates backupdir between our stat() and mkdir() (like, say, another test running in parallel), we shouldn't crash.

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