Mercurial > libervia-pubsub
changeset 385:910b8fbf4461
use the new install() function of sat_tmp
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 16 Jan 2019 09:17:43 +0100 |
parents | aa3a464df605 |
children | 0fedfb5cd7c7 |
files | src/__init__.py |
diffstat | 1 files changed, 3 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/src/__init__.py Wed Jan 16 08:42:33 2019 +0100 +++ b/src/__init__.py Wed Jan 16 09:17:43 2019 +0100 @@ -56,9 +56,6 @@ __version__ = '0.3.0' -# 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 -wokkel.pubsub = tmp_pubsub -wokkel.rsm = tmp_rsm -wokkel.mam = tmp_mam +# TODO: remove this when changes are merged in Wokkel +from sat_tmp.wokkel import install +install()