From c268302dd4dcd22a503e21f30d5bbfb2df3013f6 Mon Sep 17 00:00:00 2001 From: Thiago da Silva Date: Tue, 18 Mar 2014 16:53:10 -0400 Subject: changing gluster dir to glusterfs making this change to avoid package conflicts with gluster-swift and glusterfs-api rpm. Eventually we will remove the python code from glusterfs-api rpm and create a new rpm package from libgfapi-python. Change-Id: I1b20cd747e500aed17fba89f96e62423325b5230 Signed-off-by: Thiago da Silva --- test/functional/libgfapi-python-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/functional') diff --git a/test/functional/libgfapi-python-tests.py b/test/functional/libgfapi-python-tests.py index 212f34b..cdb556c 100644 --- a/test/functional/libgfapi-python-tests.py +++ b/test/functional/libgfapi-python-tests.py @@ -18,7 +18,7 @@ import os import types import loremipsum -from gluster import gfapi +from glusterfs import gfapi class BinFileOpsTest(unittest.TestCase): -- cgit