From 75bb7da7094e0344fc7be93408ff6d6ead855253 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Tue, 17 Feb 2015 17:26:43 +0530 Subject: Rename module name from glusterfs to gluster The goal is to consolidate all gluster related python packages under single namespace "gluster". From client's perspective, it was: from glusterfs import gfapi Henceforth, it wil be: from gluster import gfapi Change-Id: If2509f570563ae7660892963607c9474313f803c Signed-off-by: Humble Chirammal --- MANIFEST.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MANIFEST.in') diff --git a/MANIFEST.in b/MANIFEST.in index 8b15060..51e5afe 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -2,7 +2,7 @@ include README.md LICENSE include functional_tests.sh unittests.sh include test-requirements.txt include tox.ini -recursive-include glusterfs *.py +recursive-include gluster *.py recursive-include test *.py include test/test.conf graft doc -- cgit