summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/passwords.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tests/python/passwords.py')
-rwxr-xr-xsource4/lib/ldb/tests/python/passwords.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/passwords.py b/source4/lib/ldb/tests/python/passwords.py
index dd5a1ca126..fd2ed1c105 100755
--- a/source4/lib/ldb/tests/python/passwords.py
+++ b/source4/lib/ldb/tests/python/passwords.py
@@ -16,6 +16,9 @@ import base64
import os
sys.path.append("bin/python")
+import samba
+samba.ensure_external_module("subunit", "subunit/python")
+samba.ensure_external_module("testtools", "testtools")
import samba.getopt as options