comparison sat/plugins/__init__.py @ 2624:56f94936df1e

code style reformatting using black
author Goffi <goffi@goffi.org>
date Wed, 27 Jun 2018 20:14:46 +0200
parents 26edcf3a30eb
children f7deb1c36b47
comparison
equal deleted inserted replaced
2623:49533de4540b 2624:56f94936df1e
1 # FIXME: remove this when RSM and MAM are in wokkel 1 # FIXME: remove this when RSM and MAM are in wokkel
2 # XXX: the Monkey Patch is here and not in src/__init__ to avoir issues with pyjamas compilation 2 # XXX: the Monkey Patch is here and not in src/__init__ to avoir issues with pyjamas compilation
3 import wokkel 3 import wokkel
4 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam 4 from sat_tmp.wokkel import pubsub as tmp_pubsub, rsm as tmp_rsm, mam as tmp_mam
5
5 wokkel.pubsub = tmp_pubsub 6 wokkel.pubsub = tmp_pubsub
6 wokkel.rsm = tmp_rsm 7 wokkel.rsm = tmp_rsm
7 wokkel.mam = tmp_mam 8 wokkel.mam = tmp_mam