summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/deletetest.py
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2010-06-30 10:57:37 +0200
committerStefan Metzmacher <metze@samba.org>2010-06-30 10:59:57 +0200
commit19d93c6a1e810dbd634f35cf440412c1ff958448 (patch)
tree4f781a9c3e45ec1c7534b6fe45fc70dde6a81df6 /source4/lib/ldb/tests/python/deletetest.py
parent45fc7284982f3d6d3f5757f2e7336c878c4a6519 (diff)
downloadsamba-19d93c6a1e810dbd634f35cf440412c1ff958448.tar.gz
samba-19d93c6a1e810dbd634f35cf440412c1ff958448.tar.bz2
samba-19d93c6a1e810dbd634f35cf440412c1ff958448.zip
s4:ldb/python: make it possible to run tests standalone
metze
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