# HG changeset patch # User Goffi # Date 1451842400 -3600 # Node ID e8e1ca94fd8c2c270fed5822ab4a0345e4980f9c # Parent 5d7c3787672ef7867e2bcbbbf37f3fa01a2ebef5 removed reference to sat.tmp.delay as it is not used anymore diff -r 5d7c3787672e -r e8e1ca94fd8c sat_pubsub/__init__.py --- 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