comparison sat/plugins/__init__.py @ 3476:11003f9f92fb

core: moved `sat_tmp.wokkel` install `sat_plugin`: This patch need to be installed early so it's available before anything imports `wokkel.data_form`.
author Goffi <goffi@goffi.org>
date Thu, 18 Mar 2021 22:35:59 +0100
parents f7deb1c36b47
children
comparison
equal deleted inserted replaced
3475:3ac28e51a24f 3476:11003f9f92fb
1 # XXX: the Monkey Patch is here and not in src/__init__ to avoir issues with pyjamas compilation
2 # TODO: remove this when changes are merged in Wokkel
3 from sat_tmp.wokkel import install
4 install()