From 19d93c6a1e810dbd634f35cf440412c1ff958448 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 30 Jun 2010 10:57:37 +0200 Subject: s4:ldb/python: make it possible to run tests standalone metze --- source4/lib/ldb/tests/python/sec_descriptor.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/lib/ldb/tests/python/sec_descriptor.py') diff --git a/source4/lib/ldb/tests/python/sec_descriptor.py b/source4/lib/ldb/tests/python/sec_descriptor.py index 91f607714e..8dc77321b4 100755 --- a/source4/lib/ldb/tests/python/sec_descriptor.py +++ b/source4/lib/ldb/tests/python/sec_descriptor.py @@ -9,6 +9,9 @@ import re import random 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 -- cgit