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.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/tests/python/deletetest.py b/source4/lib/ldb/tests/python/deletetest.py
index 44eb919e09..aa93104c04 100755
--- a/source4/lib/ldb/tests/python/deletetest.py
+++ b/source4/lib/ldb/tests/python/deletetest.py
@@ -7,7 +7,7 @@ import os
sys.path.append("bin/python")
import samba
-samba.ensure_external_module("subunit", "subunit")
+samba.ensure_external_module("subunit", "subunit/python")
samba.ensure_external_module("testtools", "testtools")
import samba.getopt as options