summaryrefslogtreecommitdiff
path: root/source4/lib/messaging/tests/bindings.py
AgeCommit message (Collapse)AuthorFilesLines
2010-03-25python: use '#!/usr/bin/env python' to cope with varying install locationsAndrew Tridgell1-1/+1
this should be much more portable
2009-11-07s4:lib/messaging - fix up the python bindingsMatthias Dieter Wallnöfer1-2/+2
This fixes up the broken "send" method of the python bindings and corrects some other parameter lists in parsing functions (this is only cosmetic). The reason for the bug was a superfluous "|"!
2008-05-26Remove evil hack which breaks Python bindings.Jelmer Vernooij1-1/+1
(This used to be commit 1c179566cb39eb09e522dbce69230472a5d4e655)
2008-05-26Provide access to server_id from python bindings, add more tests.Jelmer Vernooij1-1/+33
(This used to be commit adcd87ad07abbf60a0152deae4b975a2401d701b)
2008-05-25Add tests for irpc python bindings.Jelmer Vernooij1-0/+25
(This used to be commit 1ce0632afeb94a69bf286706b3b1f9f4be7ea91f)