summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_plugable.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_ipalib/test_plugable.py')
-rw-r--r--tests/test_ipalib/test_plugable.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test_ipalib/test_plugable.py b/tests/test_ipalib/test_plugable.py
index 759ec3c4..bfd7259f 100644
--- a/tests/test_ipalib/test_plugable.py
+++ b/tests/test_ipalib/test_plugable.py
@@ -21,9 +21,9 @@
Test the `ipalib.plugable` module.
"""
-from tstutil import raises, no_set, no_del, read_only
-from tstutil import getitem, setitem, delitem
-from tstutil import ClassChecker
+from tests.tstutil import raises, no_set, no_del, read_only
+from tests.tstutil import getitem, setitem, delitem
+from tests.tstutil import ClassChecker
from ipalib import plugable, errors