Mercurial > libervia-pubsub
view twisted/plugins/idavoll.py @ 231:d99047cd90f9
added .hgignore
author | Goffi <goffi@goffi.org> |
---|---|
date | Thu, 10 May 2012 23:08:08 +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")