summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/src
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/features/glupy/src')
-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 3ad9513f40e..2a66079de12 100644
--- a/xlators/features/glupy/src/__init__.py.in
+++ b/xlators/features/glupy/src/__init__.py.in
@@ -1,2 +1,4 @@
+#!/usr/bin/python2
+
from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)