Mercurial > libervia-pubsub
changeset 362:6ee61218a33f
replaced sat.tmp by the new independent module sat_tmp
author | Arnaud Joset <info@agayon.be> |
---|---|
date | Fri, 03 Nov 2017 13:57:28 +0100 |
parents | a92f482ff14f |
children | a98b3d52c2ff |
files | sat_pubsub/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/sat_pubsub/__init__.py Fri Oct 27 18:27:18 2017 +0200 +++ b/sat_pubsub/__init__.py Fri Nov 03 13:57:28 2017 +0100 @@ -58,7 +58,7 @@ # TODO: remove this when RSM and MAM are in wokkel import wokkel -from sat.tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam +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