diff options
author | Humble Chirammal <hchiramm@redhat.com> | 2014-05-29 11:04:56 +0530 |
---|---|---|
committer | Vijay Bellur <vbellur@redhat.com> | 2014-07-14 09:47:36 -0700 |
commit | fc84c5af7b5515673f51a47f671738914c7c3530 (patch) | |
tree | 26796ffd05288615c7249a2e94bbc85a47acf0dd /xlators/features | |
parent | 7c74e9c24a06c7ae8f29c4980ea8bffecb01a2c9 (diff) |
gfapi : remove gfapi.py to avoid confusion
python binding of libgfapi is evolving via libgfapi-python
project. The example available here confuses end users,
so removing it from this path.
Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
Bug Id: 1119328
> Reviewed-on: http://review.gluster.org/7920
> Reviewed-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
> Tested-by: Humble Devassy Chirammal <humble.devassy@gmail.com>
> Reviewed-by: Thiago da Silva <thiago@redhat.com>
> Reviewed-by: Prashanth Pai <ppai@redhat.com>
> Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Change-Id: I17b3aa0f0505342496019ce012cca21d84184027
Reviewed-on: http://review.gluster.org/8237
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Vijay Bellur <vbellur@redhat.com>
Diffstat (limited to 'xlators/features')
-rw-r--r-- | xlators/features/glupy/src/Makefile.am | 2 | ||||
-rw-r--r-- | xlators/features/glupy/src/__init__.py.in | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/xlators/features/glupy/src/Makefile.am b/xlators/features/glupy/src/Makefile.am index ae7b6d14d45..d9361a5ef49 100644 --- a/xlators/features/glupy/src/Makefile.am +++ b/xlators/features/glupy/src/Makefile.am @@ -16,6 +16,6 @@ noinst_HEADERS = glupy.h # Install glupy.py into the Python site-packages area pyglupydir = $(pythondir)/gluster -pyglupy_PYTHON = glupy.py +pyglupy_PYTHON = glupy.py __init__.py CLEANFILES = diff --git a/xlators/features/glupy/src/__init__.py.in b/xlators/features/glupy/src/__init__.py.in new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/xlators/features/glupy/src/__init__.py.in |