summaryrefslogtreecommitdiff
path: root/lib/tdb/tdb.py
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-19 12:47:52 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-19 12:47:52 +0200
commit186d2d83cbfea5c54bf787299f7bb0a90953af63 (patch)
tree7a68c0cee32fc430039961957d290dc827940f35 /lib/tdb/tdb.py
parentc7d069a4833548e249a74837d6fce02dd09f473c (diff)
downloadsamba-186d2d83cbfea5c54bf787299f7bb0a90953af63.tar.gz
samba-186d2d83cbfea5c54bf787299f7bb0a90953af63.tar.bz2
samba-186d2d83cbfea5c54bf787299f7bb0a90953af63.zip
Provide tdb.open and ldb.open python functions.
Diffstat (limited to 'lib/tdb/tdb.py')
-rw-r--r--lib/tdb/tdb.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/tdb/tdb.py b/lib/tdb/tdb.py
index 9f306bab8c..42129d2091 100644
--- a/lib/tdb/tdb.py
+++ b/lib/tdb/tdb.py
@@ -1,5 +1,5 @@
# This file was automatically generated by SWIG (http://www.swig.org).
-# Version 1.3.35
+# Version 1.3.36
#
# Don't modify this file, modify the SWIG interface instead.
@@ -337,5 +337,8 @@ Tdb.name = new_instancemethod(_tdb.Tdb_name,None,Tdb)
Tdb_swigregister = _tdb.Tdb_swigregister
Tdb_swigregister(Tdb)
+__docformat__ = 'restructuredText'
+open = Tdb
+