summaryrefslogtreecommitdiff
path: root/source4/dsdb/tests/python/ldap.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-02-01 14:43:34 +1100
committerAndrew Bartlett <abartlet@samba.org>2011-02-02 15:21:12 +1100
commit7faa3be45359a94593d22e2bbe7eda0ddffa146c (patch)
tree7ee07ec41df08a2f9b5032d5997b671820aacdfc /source4/dsdb/tests/python/ldap.py
parent38aacd7a7bc551797d8c60cc695fc4922941add9 (diff)
downloadsamba-7faa3be45359a94593d22e2bbe7eda0ddffa146c.tar.gz
samba-7faa3be45359a94593d22e2bbe7eda0ddffa146c.tar.bz2
samba-7faa3be45359a94593d22e2bbe7eda0ddffa146c.zip
s4-python Ensure we add the Samba python path first.
This exact form of the construction is important, and we match on it in the installation scripts. Andrew Bartlett
Diffstat (limited to 'source4/dsdb/tests/python/ldap.py')
-rwxr-xr-xsource4/dsdb/tests/python/ldap.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/dsdb/tests/python/ldap.py b/source4/dsdb/tests/python/ldap.py
index 902dfb77d8..2b7e8fa4d1 100755
--- a/source4/dsdb/tests/python/ldap.py
+++ b/source4/dsdb/tests/python/ldap.py
@@ -8,7 +8,7 @@ import time
import base64
import os
-sys.path.append("bin/python")
+sys.path.insert(0, "bin/python")
import samba
samba.ensure_external_module("testtools", "testtools")
samba.ensure_external_module("subunit", "subunit/python")