summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-04-11 00:43:23 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-04-11 00:43:23 +0200
commit8ed6f6d5a825c8b0e8d66d30877a91a96fe6e7a4 (patch)
treed63835e2a12772fe837825cb78c4159c6b44fd6f /source4/lib/ldb/ldb.py
parent574bf79f3bdaff50f902cb68d456c4672f3092be (diff)
downloadsamba-8ed6f6d5a825c8b0e8d66d30877a91a96fe6e7a4.tar.gz
samba-8ed6f6d5a825c8b0e8d66d30877a91a96fe6e7a4.tar.bz2
samba-8ed6f6d5a825c8b0e8d66d30877a91a96fe6e7a4.zip
Return SAM ldb context and loadparm context as part of C provision
result. (This used to be commit a3e1b835656470f1a80f0fa69f53a9df849baee3)
Diffstat (limited to 'source4/lib/ldb/ldb.py')
-rw-r--r--source4/lib/ldb/ldb.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/lib/ldb/ldb.py b/source4/lib/ldb/ldb.py
index 0bcfd36779..b148782c63 100644
--- a/source4/lib/ldb/ldb.py
+++ b/source4/lib/ldb/ldb.py
@@ -1,5 +1,5 @@
# This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.33
+# Version 1.3.35
#
# Don't modify this file, modify the SWIG interface instead.
@@ -99,7 +99,7 @@ Dn_swigregister(Dn)
class ldb_msg_element(object):
thisown = _swig_property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag')
- def __init__(self): raise AttributeError, "No constructor defined"
+ def __init__(self, *args, **kwargs): raise AttributeError, "No constructor defined"
__repr__ = _swig_repr
__swig_destroy__ = _ldb.delete_ldb_msg_element
def __getitem__(self, i):