summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/deletetest.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tests/python/deletetest.py')
-rwxr-xr-xsource4/lib/ldb/tests/python/deletetest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/tests/python/deletetest.py b/source4/lib/ldb/tests/python/deletetest.py
index fcd27fcd52..3fe28a389d 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] <host|file>")
@@ -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)