# HG changeset patch # User souliane # Date 1418645693 -3600 # Node ID e749401be5298c7d18436cec3eae6da56f569af8 # Parent b757c29b20d76b3d8a8a2fa36e4d8da9b72d0590 use sat.tmp.wokkel as a buffer module until the changes are integrated to wokkel diff -r b757c29b20d7 -r e749401be529 sat_pubsub/__init__.py --- 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