Remove double import

This was likely introduced by copy-pasting from another file.
See e825a7eac0.
This commit is contained in:
Laurent Bachelier 2012-11-24 20:30:31 +01:00
commit b3d1a17eaa

View file

@ -665,8 +665,6 @@ class BaseBrowser(StandardBrowser):
if self._cookie:
self._cookie.save()
import ssl
def mywrap_socket(sock, *args, **kwargs):
kwargs['do_handshake_on_connect']=False
kwargs['ssl_version'] = kwargs.get('ssl_version', ssl.PROTOCOL_TLSv1)