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

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