client: add AssuanClient.send_fds() and .receive_fds().
authorW. Trevor King <wking@tremily.us>
Mon, 8 Oct 2012 18:47:35 +0000 (14:47 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 8 Oct 2012 18:47:35 +0000 (14:47 -0400)
commit9133ecb527756f4fc8f3461002eecfc4c4f45aaa
treecf32f19bf0e66f4831a78f397b87d7dc02104463
parentb1f26778341728661664adf87c1fa1b4f638e701
client: add AssuanClient.send_fds() and .receive_fds().

These are thin wrappers around the `common` functions, which hide the
existence of AssuanClient.socket and make the logging more consistent
with other client send/receive logging.
pyassuan/client.py