Old style namespace package

This commit is contained in:
Romuald Juchnowicz-Bierbasz
2019-04-16 14:53:28 +02:00
parent 92b1d8e4df
commit 30b3533e1d

1
galaxy/__init__.py Normal file
View File

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