diff mercurial/httpclient/socketutil.py @ 27601:1ad9da968a2e

httpclient: update to 938f2107d6e2 of httpplus This enhances proxy support in httpclient a little bit, though I don't know that we used that functionality at all. It also switches httpplus to using absolute_import.
author Augie Fackler <augie@google.com>
date Thu, 31 Dec 2015 13:19:20 -0500
parents 328739ea70c3
children 8a66eda46c98
line wrap: on
line diff
--- a/mercurial/httpclient/socketutil.py	Thu Dec 31 15:39:38 2015 +0000
+++ b/mercurial/httpclient/socketutil.py	Thu Dec 31 13:19:20 2015 -0500
@@ -32,6 +32,8 @@
 socket.create_connection method, but fall back to the old
 methods if those are unavailable.
 """
+from __future__ import absolute_import
+
 import logging
 import socket