fix namespace packages
This commit is contained in:
parent
a2b7b1b89b
commit
73c8839db4
|
@ -1,2 +1 @@
|
||||||
from pkgutil import extend_path
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
__path__ = extend_path(__path__, __name__)
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
from pkgutil import extend_path
|
__import__('pkg_resources').declare_namespace(__name__)
|
||||||
__path__ = extend_path(__path__, __name__)
|
|
||||||
|
|
Loading…
Reference in a new issue