diff options
author | Thiago da Silva <thiago@redhat.com> | 2015-05-21 07:03:00 -0700 |
---|---|---|
committer | Gerrit Code Review <review@dev.gluster.org> | 2015-05-21 07:03:00 -0700 |
commit | 29795c7ec3186e525e90198ec0bd7989ff627afc (patch) | |
tree | 60a170a38a7da192d76ddee145470b44ad2b8a00 /test/functional | |
parent | 6102a1dcf371172c85dade69e5ce8413c7e5869b (diff) | |
parent | 75bb7da7094e0344fc7be93408ff6d6ead855253 (diff) |
Merge "Rename module name from glusterfs to gluster"
Diffstat (limited to 'test/functional')
-rw-r--r-- | test/functional/libgfapi-python-tests.py | 2 |
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 |