summaryrefslogtreecommitdiffstats
path: root/tests/test_ipalib/test_backend.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-10-07 21:59:47 -0600
committerJason Gerard DeRose <jderose@redhat.com>2008-10-07 21:59:47 -0600
commitf6ac2df6bd7ceddd0f3eb968198cc3ebd1388087 (patch)
tree8705c26939cbbccd7ce60cbbe007ce2622f87199 /tests/test_ipalib/test_backend.py
parent9ec8bf9e9e31763a61d32c13ffc4c770a1575035 (diff)
downloadfreeipa-f6ac2df6bd7ceddd0f3eb968198cc3ebd1388087.tar.gz
freeipa-f6ac2df6bd7ceddd0f3eb968198cc3ebd1388087.tar.xz
freeipa-f6ac2df6bd7ceddd0f3eb968198cc3ebd1388087.zip
Moved tstutil.py into base of tests so it can be used by all test subpackages more easily
Diffstat (limited to 'tests/test_ipalib/test_backend.py')
-rw-r--r--tests/test_ipalib/test_backend.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_ipalib/test_backend.py b/tests/test_ipalib/test_backend.py
index ddf665404..07c5eb009 100644
--- a/tests/test_ipalib/test_backend.py
+++ b/tests/test_ipalib/test_backend.py
@@ -22,7 +22,7 @@ Test the `ipalib.backend` module.
"""
from ipalib import backend, plugable, errors
-from tstutil import ClassChecker
+from tests.tstutil import ClassChecker
class test_Backend(ClassChecker):