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 --- test/functional/libgfapi-python-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional/libgfapi-python-tests.py') diff --git a/test/functional/libgfapi-python-tests.py b/test/functional/libgfapi-python-tests.py index 4dbdf2d..a49e626 100644 --- a/test/functional/libgfapi-python-tests.py +++ b/test/functional/libgfapi-python-tests.py @@ -18,7 +18,7 @@ import os import types import errno -from glusterfs import gfapi +from gluster import gfapi from test import get_test_config from ConfigParser import NoSectionError, NoOptionError -- cgit