summaryrefslogtreecommitdiffstats
path: root/ctdb/lib/tdb/python/tdbdump.py
Commit message (Collapse)AuthorAgeFilesLines
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-201-12/+0
| | | | | Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Michael Adam <obnox@samba.org>
* python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell2010-04-221-1/+1
| | | | | | | | this should be much more portable (Imported from commit 088096d1bad51428a2e2d487214995d4fdfc7ccc) (This used to be ctdb commit 7f1330adc690360a4a8ce85352df0908a93684a5)
* tdb: Add simple reimplementation of tdbdump in Python as an example of the ↵Jelmer Vernooij2009-12-161-0/+12
tdb Python bindings. (This used to be commit 47d797f7885b1e7bcff724496ecb1990e8440eea) (cherry picked from samba commit 6bdd1425b75c8931965f0e5627f5a63dc6820a7c) Signed-off-by: Stefan Metzmacher <metze@samba.org> (This used to be ctdb commit 363c34d4bb488609317794cd3153d85c12643110)