summaryrefslogtreecommitdiffstats
path: root/test/unit/gluster/test_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/gluster/test_utils.py')
-rw-r--r--test/unit/gluster/test_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/gluster/test_utils.py b/test/unit/gluster/test_utils.py
index 446bcd9..e58e225 100644
--- a/test/unit/gluster/test_utils.py
+++ b/test/unit/gluster/test_utils.py
@@ -10,8 +10,8 @@
import unittest
-from gluster import utils
-from gluster.exceptions import VolumeNotMounted
+from gluster.gfapi import utils
+from gluster.gfapi.exceptions import VolumeNotMounted
class TestUtils(unittest.TestCase):