Skip to content

Commit 0cd11c9

Browse files
committed
Make fluent.syntax a proper pkgutil-style namespace package, fixes bug 1452902
1 parent 414feff commit 0cd11c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

fluent/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
__path__ = __import__('pkgutil').extend_path(__path__, __name__)

0 commit comments

Comments
 (0)