summaryrefslogtreecommitdiffstats
path: root/test/functional/libgfapi-python-tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/functional/libgfapi-python-tests.py')
-rw-r--r--test/functional/libgfapi-python-tests.py2
1 files changed, 1 insertions, 1 deletions
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