diff src/plugins/__init__.py @ 1266:9141bde7ff31

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 12:46:58 +0100
parents 86d249b6d9b7
children 7d9ff14a2d9d
line wrap: on
line diff
--- a/src/plugins/__init__.py	Mon Nov 24 17:20:51 2014 +0100
+++ b/src/plugins/__init__.py	Mon Dec 15 12:46:58 2014 +0100
@@ -0,0 +1,6 @@
+import wokkel
+from sat.tmp.wokkel import delay, pubsub, rsm
+
+wokkel.delay = delay
+wokkel.pubsub = pubsub
+wokkel.rsm = rsm