Skip to content

Commit 6c3c234

Browse files
authored
Merge pull request #20 from cloudblue/fix_namespace_package
fix namespace package
2 parents 3c8bfc1 + 3a0e321 commit 6c3c234

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

connect/__init__.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import pkgutil
2+
3+
__path__ = pkgutil.extend_path(__path__, __name__)
4+

0 commit comments

Comments
 (0)