summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_plugable.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-07 22:30:53 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-07 22:30:53 -0600
commitdeb8e3dfc899cfc7ee31f47c1ba7c4301c58fc51 (patch)
treec65f8e71f4bf9db4467c06bbb7408503117e6799 /tests/test_ipalib/test_plugable.py
parent3fdabc604e6858865f318df098d79eb44392dbd9 (diff)
downloadfreeipa-deb8e3dfc899cfc7ee31f47c1ba7c4301c58fc51.tar.gz
freeipa-deb8e3dfc899cfc7ee31f47c1ba7c4301c58fc51.tar.xz
freeipa-deb8e3dfc899cfc7ee31f47c1ba7c4301c58fc51.zip
Renamed tests/tstutil.py to tests/util.py
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 bfd7259f6..783a450a3 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