diff 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
line wrap: on
line diff
--- a/sat/plugins/__init__.py	Thu Mar 18 20:46:18 2021 +0100
+++ b/sat/plugins/__init__.py	Thu Mar 18 22:35:59 2021 +0100
@@ -1,4 +0,0 @@
-# XXX: the Monkey Patch is here and not in src/__init__ to avoir issues with pyjamas compilation
-# TODO: remove this when changes are merged in Wokkel
-from sat_tmp.wokkel import install
-install()