Fix package structure

This commit is contained in:
Trinh Anh Ngoc
2020-03-22 10:27:48 +07:00
parent 8fa2b0f257
commit 33ecc1ac0e
6 changed files with 2 additions and 6 deletions

View File

@@ -0,0 +1,5 @@
try:
__import__('pkg_resources').declare_namespace(__name__)
except ImportError:
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)