From deb8e3dfc899cfc7ee31f47c1ba7c4301c58fc51 Mon Sep 17 00:00:00 2001 From: Jason Gerard DeRose Date: Tue, 7 Oct 2008 22:30:53 -0600 Subject: Renamed tests/tstutil.py to tests/util.py --- tests/test_ipalib/test_frontend.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test_ipalib/test_frontend.py') diff --git a/tests/test_ipalib/test_frontend.py b/tests/test_ipalib/test_frontend.py index 320e2078..4b1b56cf 100644 --- a/tests/test_ipalib/test_frontend.py +++ b/tests/test_ipalib/test_frontend.py @@ -21,8 +21,8 @@ Test the `ipalib.frontend` module. """ -from tests.tstutil import raises, getitem, no_set, no_del, read_only, ClassChecker -from tests.tstutil import check_TypeError +from tests.util import raises, getitem, no_set, no_del, read_only, ClassChecker +from tests.util import check_TypeError from ipalib import frontend, backend, plugable, errors, ipa_types, config -- cgit