diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-05-11 05:29:20 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-05-11 05:29:20 +0200 |
commit | babdcc6135e6d3a91a9ddeae0555652026f09344 (patch) | |
tree | ffcd95daa640fd69675891ab02cfa88a6b21a9a4 /source4/lib | |
parent | 67914192c29a0abe98b264c3c9aba8bdb2cae437 (diff) | |
download | samba-babdcc6135e6d3a91a9ddeae0555652026f09344.tar.gz samba-babdcc6135e6d3a91a9ddeae0555652026f09344.tar.xz samba-babdcc6135e6d3a91a9ddeae0555652026f09344.zip |
Use system python rather than smbpython.
(This used to be commit d3df51cd01e53383dcc05923d248db03bc6f62e9)
Diffstat (limited to 'source4/lib')
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap.py | 2 |
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 ead5796b7b6..7cbe6e5e7d5 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 |