Mercurial > libervia-pubsub
diff sat_pubsub/tap.py @ 241:d2bdff8a4b45
changed version handler to SàT Pubsub
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 26 May 2012 16:09:27 +0200 |
parents | 64f780413b82 |
children | a6170637690d |
line wrap: on
line diff
--- a/sat_pubsub/tap.py Tue May 22 21:21:57 2012 +0200 +++ b/sat_pubsub/tap.py Sat May 26 16:09:27 2012 +0200 @@ -131,7 +131,7 @@ cs.logTraffic = True FallbackHandler().setHandlerParent(cs) - VersionHandler('Idavoll', __version__).setHandlerParent(cs) + VersionHandler(u'SàT Pubsub', __version__).setHandlerParent(cs) DiscoHandler().setHandlerParent(cs) resource = IPubSubResource(bs)