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 /configure.ac | |
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 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index d7350912fd9..8d8b971ab6f 100644 --- a/configure.ac +++ b/configure.ac @@ -119,6 +119,7 @@ AC_CONFIG_FILES([Makefile xlators/features/glupy/examples/Makefile xlators/features/glupy/src/Makefile xlators/features/glupy/src/setup.py + xlators/features/glupy/src/__init__.py xlators/features/locks/Makefile xlators/features/locks/src/Makefile xlators/features/quota/Makefile @@ -202,8 +203,6 @@ AC_CONFIG_FILES([Makefile api/Makefile api/src/Makefile api/examples/Makefile - api/examples/__init__.py - api/examples/setup.py geo-replication/Makefile geo-replication/src/Makefile geo-replication/syncdaemon/Makefile |