summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldb.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-12-22 14:28:45 -0600
committerStefan Metzmacher <metze@samba.org>2007-12-24 01:51:02 -0600
commitfb021305e4bc1175ae0d1960fbafc7eba29ef2f0 (patch)
treefd3065b1449fe0c662b52cdbfd7b1a3c7aca2997 /source4/lib/ldb/ldb.py
parentf053e385ff796914392d0eafa1e8756ff5ffdb18 (diff)
downloadsamba-fb021305e4bc1175ae0d1960fbafc7eba29ef2f0.tar.gz
samba-fb021305e4bc1175ae0d1960fbafc7eba29ef2f0.tar.bz2
samba-fb021305e4bc1175ae0d1960fbafc7eba29ef2f0.zip
r26567: Allow registering new ldb modules from python.
(This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189)
Diffstat (limited to 'source4/lib/ldb/ldb.py')
-rw-r--r--source4/lib/ldb/ldb.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/ldb.py b/source4/lib/ldb/ldb.py
index ce4a5ec494..63c6555c28 100644
--- a/source4/lib/ldb/ldb.py
+++ b/source4/lib/ldb/ldb.py
@@ -195,5 +195,6 @@ Ldb_swigregister(Ldb)
valid_attr_name = _ldb.valid_attr_name
timestring = _ldb.timestring
string_to_time = _ldb.string_to_time
+register_module = _ldb.register_module