diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-10-08 03:33:38 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-10-08 03:33:38 +0200 |
commit | f8a02a1a804fdb8640989595e2b57df86281c0f7 (patch) | |
tree | 6e7a2acd00954d93102be0e89693b7c2ae319f02 /source4/lib/ldb | |
parent | df4e9c7066059f072420d869ba6d2f383838afad (diff) | |
download | samba-f8a02a1a804fdb8640989595e2b57df86281c0f7.tar.gz samba-f8a02a1a804fdb8640989595e2b57df86281c0f7.tar.bz2 samba-f8a02a1a804fdb8640989595e2b57df86281c0f7.zip |
Fix subunit files location after cherrypicks.
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py index 6c910b63f1..e2cc658521 100755 --- a/source4/lib/ldb/tests/python/ldap.py +++ b/source4/lib/ldb/tests/python/ldap.py @@ -8,6 +8,7 @@ import sys import time sys.path.append("bin/python") +sys.path.append("../lib/subunit/python") import samba.getopt as options |