Mercurial > libervia-pubsub
diff 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 |
line wrap: on
line diff
--- a/sat_pubsub/__init__.py Mon Oct 13 15:59:25 2014 +0200 +++ b/sat_pubsub/__init__.py Mon Dec 15 13:14:53 2014 +0100 @@ -56,4 +56,12 @@ Idavoll, a generic XMPP publish-subscribe service. """ -__version__ = '0.1.0D' +__version__ = '0.1.0D' + + +import wokkel +from sat.tmp.wokkel import delay, pubsub, rsm + +wokkel.delay = delay +wokkel.pubsub = pubsub +wokkel.rsm = rsm