# HG changeset patch # User Goffi # Date 1547626663 -3600 # Node ID 910b8fbf44613dda0580cece2d72e2cbf5481cc3 # Parent aa3a464df6054b27813fd0e2c384e6a713da8a81 use the new install() function of sat_tmp diff -r aa3a464df605 -r 910b8fbf4461 src/__init__.py --- 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()