Mercurial > libervia-pubsub
diff sat_pubsub/__init__.py @ 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 | e8e1ca94fd8c |
children | 9fbb31ce495b |
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