From 2fdff7f596268b53084f3fc15102c9e000966f02 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Jan 2010 18:02:39 +1100 Subject: [PATCH] s4-ldbtest: fixed python import --- source4/lib/ldb/tests/python/deletetest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source4/lib/ldb/tests/python/deletetest.py b/source4/lib/ldb/tests/python/deletetest.py index fcd27fcd526..3fe28a389d6 100755 --- a/source4/lib/ldb/tests/python/deletetest.py +++ b/source4/lib/ldb/tests/python/deletetest.py @@ -16,7 +16,7 @@ from ldb import SCOPE_BASE, LdbError from ldb import ERR_NO_SUCH_OBJECT from samba import Ldb -from subunit import SubunitTestRunner +from subunit.run import SubunitTestRunner import unittest parser = optparse.OptionParser("deletetest.py [options] ") @@ -197,4 +197,4 @@ rc = 0 if not runner.run(unittest.makeSuite(BasicDeleteTests)).wasSuccessful(): rc = 1 -sys.exit(rc) \ No newline at end of file +sys.exit(rc) -- 2.34.1