The branch, master has been updated
via 747e539 samba-upgradedns: Use the correct magic incantation of
sys.path.insert()
from 997da4a s3: talloc_zero is not needed for structs we ndr_pull into
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 747e539ad04f4a4781c388d86f4d6110331a0f3f
Author: Amitay Isaacs <[email protected]>
Date: Tue May 15 10:56:21 2012 +1000
samba-upgradedns: Use the correct magic incantation of sys.path.insert()
This replaces "bin/python" with the correct path for python libraries. The
pattern requires double quotes (") instead of single quotes (').
Autobuild-User: Amitay Isaacs <[email protected]>
Autobuild-Date: Tue May 15 05:19:46 CEST 2012 on sn-devel-104
-----------------------------------------------------------------------
Summary of changes:
source4/scripting/bin/samba_upgradedns | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/scripting/bin/samba_upgradedns
b/source4/scripting/bin/samba_upgradedns
index bd6a8b9..831b81d 100755
--- a/source4/scripting/bin/samba_upgradedns
+++ b/source4/scripting/bin/samba_upgradedns
@@ -26,7 +26,7 @@ import grp
from base64 import b64encode
import shlex
-sys.path.insert(0, 'bin/python')
+sys.path.insert(0, "bin/python")
import ldb
import samba
--
Samba Shared Repository