comparison 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
comparison
equal deleted inserted replaced
361:a92f482ff14f 362:6ee61218a33f
56 56
57 __version__ = '0.2.0' 57 __version__ = '0.2.0'
58 58
59 # TODO: remove this when RSM and MAM are in wokkel 59 # TODO: remove this when RSM and MAM are in wokkel
60 import wokkel 60 import wokkel
61 from sat.tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam 61 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam
62 wokkel.pubsub = tmp_pubsub 62 wokkel.pubsub = tmp_pubsub
63 wokkel.rsm = tmp_rsm 63 wokkel.rsm = tmp_rsm
64 wokkel.mam = tmp_mam 64 wokkel.mam = tmp_mam