summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper/socket.py
AgeCommit message (Collapse)AuthorFilesLines
2011-11-17socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs1-0/+52
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>