Fix issue with plugin subpackage import.
This commit is contained in:
parent
5b2ab34232
commit
599dfc3fda
@ -16,8 +16,11 @@ __all_core__ = [
|
||||
# #############################################
|
||||
# Plugin Loader
|
||||
# #############################################
|
||||
import pkgutil
|
||||
import pkg_resources
|
||||
|
||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
||||
|
||||
|
||||
def discover_plugins():
|
||||
return {
|
||||
|
Loading…
Reference in New Issue
Block a user