add necesarry line to make namespace-package work

This commit is contained in:
lorenz
2018-12-17 23:38:24 +01:00
committed by GitHub
parent 925a1e7db2
commit 10160e8d52

View File

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