comparison sat_pubsub/backend.py @ 236:65bc75603539

renamed service to « Salut à Toi pubsub service »
author Goffi <goffi@goffi.org>
date Thu, 17 May 2012 13:07:41 +0200
parents 64f780413b82
children 6596730685e8
comparison
equal deleted inserted replaced
235:64f780413b82 236:65bc75603539
548 "subscribe", 548 "subscribe",
549 ] 549 ]
550 550
551 discoIdentity = disco.DiscoIdentity('pubsub', 551 discoIdentity = disco.DiscoIdentity('pubsub',
552 'service', 552 'service',
553 'Idavoll publish-subscribe service') 553 u'Salut à Toi pubsub service')
554 554
555 pubsubService = None 555 pubsubService = None
556 556
557 _errorMap = { 557 _errorMap = {
558 error.NodeNotFound: ('item-not-found', None, None), 558 error.NodeNotFound: ('item-not-found', None, None),