From fc84c5af7b5515673f51a47f671738914c7c3530 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Thu, 29 May 2014 11:04:56 +0530 Subject: 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 Bug Id: 1119328 > Reviewed-on: http://review.gluster.org/7920 > Reviewed-by: Humble Devassy Chirammal > Tested-by: Humble Devassy Chirammal > Reviewed-by: Thiago da Silva > Reviewed-by: Prashanth Pai > Reviewed-by: Vijay Bellur Change-Id: I17b3aa0f0505342496019ce012cca21d84184027 Reviewed-on: http://review.gluster.org/8237 Tested-by: Gluster Build System Reviewed-by: Vijay Bellur --- xlators/features/glupy/src/Makefile.am | 2 +- xlators/features/glupy/src/__init__.py.in | 0 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 xlators/features/glupy/src/__init__.py.in (limited to 'xlators/features/glupy/src') 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 -- cgit