Mercurial > libervia-pubsub
view twisted/plugins/idavoll.py @ 219:bb7103da9879
Make the PostgreSQL ConnectionPool only once for all unit tests.
Author: ralphm.
Fixes: #18.
author | Ralph Meijer <ralphm@ik.nu> |
---|---|
date | Sat, 16 Oct 2010 20:02:47 +0200 |
parents | a219fe70a762 |
children | 564ae55219e1 |
line wrap: on
line source
# Copyright (c) 2003-2006 Ralph Meijer # See LICENSE for details. try: from twisted.application.service import ServiceMaker except ImportError: from twisted.scripts.mktap import _tapHelper as ServiceMaker Idavoll = ServiceMaker( "Idavoll", "idavoll.tap", "Jabber Publish-Subscribe Service Component", "idavoll")