diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 15:43:28 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-09 15:43:28 +0100 |
commit | 8fdd13f18a8268aef61c5634eb2b540f37af257d (patch) | |
tree | 11f3901e5c302c4adc33548925598988a154442a /source4/lib/ldb | |
parent | c61dc3849434347ca8a77f917ca6241bf4ee3174 (diff) | |
download | samba-8fdd13f18a8268aef61c5634eb2b540f37af257d.tar.gz samba-8fdd13f18a8268aef61c5634eb2b540f37af257d.tar.bz2 samba-8fdd13f18a8268aef61c5634eb2b540f37af257d.zip |
Remove unused path update.
(This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e)
Diffstat (limited to 'source4/lib/ldb')
-rwxr-xr-x | source4/lib/ldb/tests/python/ldap.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py index a425ddc830..02e07c6975 100755 --- a/source4/lib/ldb/tests/python/ldap.py +++ b/source4/lib/ldb/tests/python/ldap.py @@ -6,8 +6,6 @@ import getopt import optparse import sys -# Add path to the library for in-tree use -sys.path.append("scripting/python") import samba.getopt as options from auth import system_session |