Skip to content

Commit

Permalink
Make __init__.py compatible with pkgutil-style namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
pjachowi authored Aug 19, 2020
1 parent a5467b3 commit 3afc28d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 comments on commit 3afc28d

Please sign in to comment.