summaryrefslogtreecommitdiffstats
path: root/xlators/features/glupy/src/__init__.py.in
blob: 3a28658e4019e5b341922ef36dc51ec9554e2f28 (plain)
1
2
3
4
#!/usr/bin/python3

from pkgutil import extend_path
__path__ = extend_path(__path__, __name__)