Mercurial > libervia-pubsub
changeset 313:e8e1ca94fd8c
removed reference to sat.tmp.delay as it is not used anymore
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 03 Jan 2016 18:33:20 +0100 |
parents | 5d7c3787672e |
children | 1e546442b81a |
files | sat_pubsub/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_pubsub/__init__.py Sun Jan 03 18:29:40 2016 +0100 +++ b/sat_pubsub/__init__.py Sun Jan 03 18:33:20 2016 +0100 @@ -58,9 +58,7 @@ # TODO: remove this when RSM and MAM are in wokkel import wokkel -from wokkel import pubsub, delay -from sat.tmp.wokkel import delay as tmp_delay, pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam -wokkel.delay = tmp_delay +from sat.tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam wokkel.pubsub = tmp_pubsub wokkel.rsm = tmp_rsm wokkel.mam = tmp_mam