summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/src/__init__.py.in
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/glupy/src/__init__.py.in')
-rw-r--r--xlators/features/glupy/src/__init__.py.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/features/glupy/src/__init__.py.in b/xlators/features/glupy/src/__init__.py.in
index e69de29bb2d..3ad9513f40e 100644
--- a/xlators/features/glupy/src/__init__.py.in
+++ b/xlators/features/glupy/src/__init__.py.in
@@ -0,0 +1,2 @@
+from pkgutil import extend_path
+__path__ = extend_path(__path__, __name__)