mirror of
https://github.com/gluster/glusterfs.git
synced 2026-02-06 18:48:16 +01:00
The gluster/__init__.py file was originaly part of the glupy installation. This file is required to have the python-gluster package function correctly, it is expected to provide the 'gluster' namespace for other python packages (like from the libgfapi-python project). Because glupy does not exist anymore, this file is now added to in a new extras/python directory. Change-Id: I14fe959778ee3344d7d54ba342c7928a4d8080a2 Fixes:c3fcff9ccbFixes:8293d21280Updates: bz#1642810 Signed-off-by: Niels de Vos <ndevos@redhat.com>
3 lines
75 B
Python
3 lines
75 B
Python
from pkgutil import extend_path
|
|
__path__ = extend_path(__path__, __name__)
|