changeset 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 b757c29b20d7
children 8a71486c3e95
files sat_pubsub/__init__.py
diffstat 1 files changed, 9 insertions(+), 1 deletions(-) [+]
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