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 bfd7259f..783a450a 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 tests.tstutil import raises, no_set, no_del, read_only
-from tests.tstutil import getitem, setitem, delitem
-from tests.tstutil import ClassChecker
+from tests.util import raises, no_set, no_del, read_only
+from tests.util import getitem, setitem, delitem
+from tests.util import ClassChecker
from ipalib import plugable, errors