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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/functional/libgfapi-python-tests.py b/test/functional/libgfapi-python-tests.py
index 8c62685..cf269d3 100644
--- a/test/functional/libgfapi-python-tests.py
+++ b/test/functional/libgfapi-python-tests.py
@@ -19,9 +19,9 @@ from test import get_test_config
from ConfigParser import NoSectionError, NoOptionError
from uuid import uuid4
-from gluster.api import Stat
+from gluster.gfapi.api import Stat
from gluster.gfapi import File, Volume, DirEntry
-from gluster.exceptions import LibgfapiException, Error
+from gluster.gfapi.exceptions import LibgfapiException, Error
config = get_test_config()
if config: