skeleton/hooks.py.tmpl
author Julien Cristau <julien.cristau@logilab.fr>
Fri, 14 Jun 2013 11:53:40 +0200
changeset 9008 e0aa7cf8abf8
parent 8207 c04676b16c59
permissions -rw-r--r--
repository: make tests pass again The tests use mono-threaded pyro, which breaks assumptions made in e27337dfec8c. To fix that, remove sessions from the _pyro_sessions dict when they're closed, and force the test pyro client to actually disconnect when it's done.

# -*- 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 specific hooks and operations"""