Skip to content

Commit 62360b7

Browse files
committed
Re-instate pkgutil extend_path.
1 parent 7acd942 commit 62360b7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/cmlibs/__init__.py

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

0 commit comments

Comments
 (0)