Fix issue with plugin subpackage import.

This commit is contained in:
Alexander Engelsberger 2021-04-13 22:55:49 +02:00
parent 5b2ab34232
commit 599dfc3fda

View File

@ -16,8 +16,11 @@ __all_core__ = [
# #############################################
# Plugin Loader
# #############################################
import pkgutil
import pkg_resources
__path__ = pkgutil.extend_path(__path__, __name__)
def discover_plugins():
return {