summaryrefslogtreecommitdiff
path: root/lib/socket_wrapper/socket.py
AgeCommit message (Collapse)AuthorFilesLines
2012-03-16Remove more unnecessary shebang lines in python files.Jelmer Vernooij1-2/+0
Autobuild-User: Jelmer Vernooij <jelmer@samba.org> Autobuild-Date: Fri Mar 16 02:48:52 CET 2012 on sn-devel-104
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>