From 8fdd13f18a8268aef61c5634eb2b540f37af257d Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 9 Feb 2008 15:43:28 +0100 Subject: Remove unused path update. (This used to be commit 1868a42108012183aa78fe5d4f524d45f4505a3e) --- source4/lib/ldb/tests/python/ldap.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/source4/lib/ldb/tests/python/ldap.py b/source4/lib/ldb/tests/python/ldap.py index a425ddc8304..02e07c69759 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 -- cgit