summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/tests
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-05-11 05:29:20 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-05-11 05:29:20 +0200
commitbabdcc6135e6d3a91a9ddeae0555652026f09344 (patch)
treeffcd95daa640fd69675891ab02cfa88a6b21a9a4 /source4/lib/ldb/tests
parent67914192c29a0abe98b264c3c9aba8bdb2cae437 (diff)
downloadsamba-babdcc6135e6d3a91a9ddeae0555652026f09344.tar.gz
samba-babdcc6135e6d3a91a9ddeae0555652026f09344.tar.bz2
samba-babdcc6135e6d3a91a9ddeae0555652026f09344.zip
Use system python rather than smbpython.
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
Diffstat (limited to 'source4/lib/ldb/tests')
-rwxr-xr-xsource4/lib/ldb/tests/python/ldap.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py
index ead5796b7b..7cbe6e5e7d 100755
--- a/source4/lib/ldb/tests/python/ldap.py
+++ b/source4/lib/ldb/tests/python/ldap.py
@@ -6,6 +6,8 @@ import getopt
import optparse
import sys
+sys.path.append("bin/python")
+
import samba.getopt as options
from auth import system_session