diff options
Diffstat (limited to 'tests/distaf/tests_d/examples/test_docstring.py')
-rw-r--r-- | tests/distaf/tests_d/examples/test_docstring.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/distaf/tests_d/examples/test_docstring.py b/tests/distaf/tests_d/examples/test_docstring.py index 1a73998eb66..a939da8da9e 100644 --- a/tests/distaf/tests_d/examples/test_docstring.py +++ b/tests/distaf/tests_d/examples/test_docstring.py @@ -17,7 +17,7 @@ from distaf.util import tc, testcase -from distaf.gluster_base_class import GlusterBaseClass +from distaflibs.gluster.gluster_base_class import GlusterBaseClass # An example with both doc and config in docstring |