comparison sat_pubsub/__init__.py @ 277:e749401be529

use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel
author souliane <souliane@mailoo.org>
date Mon, 15 Dec 2014 13:14:53 +0100
parents d55620ceafed
children 30895c49ebd2
comparison
equal deleted inserted replaced
276:b757c29b20d7 277:e749401be529
54 54
55 """ 55 """
56 Idavoll, a generic XMPP publish-subscribe service. 56 Idavoll, a generic XMPP publish-subscribe service.
57 """ 57 """
58 58
59 __version__ = '0.1.0D' 59 __version__ = '0.1.0D'
60
61
62 import wokkel
63 from sat.tmp.wokkel import delay, pubsub, rsm
64
65 wokkel.delay = delay
66 wokkel.pubsub = pubsub
67 wokkel.rsm = rsm