Fix crash with no plugins installed

This commit is contained in:
Csaba 2023-12-08 15:18:47 +01:00
parent 19e8b54a32
commit 3f47211f03

View file

@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)