dns.py: Use the python socket module.
authorAndreas Schneider <asn@samba.org>
Fri, 5 Jul 2013 10:07:49 +0000 (12:07 +0200)
committerStefan Metzmacher <metze@samba.org>
Thu, 17 Apr 2014 12:56:07 +0000 (14:56 +0200)
commitd1ee35dc3623ef6e2a7a7c38e1653b85f50e6ba3
treee79f8c035d49fd80b7025a86c0f8a9f0e7c59b8e
parent0ed826d5087f05993f74cfa280bf1abed14ab161
dns.py: Use the python socket module.

We preload socket_wrapper, no need to use the special module.

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
python/samba/tests/dns.py