From f698831f0ae0cd86225eb647ae4aeb813f08d3b5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 25 Sep 2008 01:51:49 -0400 Subject: Sync with upstream changes --- tdb/tdb.i | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tdb/tdb.i') diff --git a/tdb/tdb.i b/tdb/tdb.i index 3d8b6977..4b529913 100644 --- a/tdb/tdb.i +++ b/tdb/tdb.i @@ -321,3 +321,8 @@ typedef struct tdb_context { # TODO: any other missing methods for container types } } tdb; + +%pythoncode { +__docformat__ = 'restructuredText' +open = Tdb +} -- cgit