socket_wrapper: Added python interface to socket_wrapper
commitbd8aafc530ba473acefd53665b73a47d1ebbb3a5
authorAmitay Isaacs <amitay@gmail.com>
Fri, 14 Oct 2011 06:24:16 +0000 (14 17:24 +1100)
committerKai Blin <kai@samba.org>
Thu, 17 Nov 2011 07:42:45 +0000 (17 08:42 +0100)
tree3472039c38fcf4fc54dba0e3ab1612d0dace923e
parentf7c8af759909e472a5f9dcaa7f738c7151a57afc
socket_wrapper: Added python interface to socket_wrapper

The socket_wrapper does not support setting blocking flag or
timeouts on the sockets.

To use socket module in python, use

from samba import socket

Signed-off-by: Kai Blin <kai@samba.org>
lib/socket_wrapper/py_socket_wrapper.c [new file with mode: 0644]
lib/socket_wrapper/socket.py [new file with mode: 0644]
lib/socket_wrapper/wscript_build