summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests/python/dsdb_schema_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/tests/python/dsdb_schema_info.py')
-rwxr-xr-xsource4/lib/ldb/tests/python/dsdb_schema_info.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/dsdb_schema_info.py b/source4/lib/ldb/tests/python/dsdb_schema_info.py
index 7a3faba459..ff3c7f9b98 100755
--- a/source4/lib/ldb/tests/python/dsdb_schema_info.py
+++ b/source4/lib/ldb/tests/python/dsdb_schema_info.py
@@ -31,6 +31,9 @@ import random
import os
sys.path.append("bin/python")
+import samba
+samba.ensure_external_module("subunit", "subunit/python")
+samba.ensure_external_module("testtools", "testtools")
from samba.auth import system_session
from ldb import SCOPE_BASE, LdbError