Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(184)

Unified Diff: third_party/requests/packages/urllib3/__init__.py

Issue 25004007: Update 'requests' lib to v2.0. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/swarm_client
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/requests/packages/urllib3/__init__.py
diff --git a/third_party/requests/packages/urllib3/__init__.py b/third_party/requests/packages/urllib3/__init__.py
index bff80b8eb48593507c2c5e203b1ed00e1ee0d92c..73071f7001b5a7b6973f2d7f8985c98ca23d1d71 100644
--- a/third_party/requests/packages/urllib3/__init__.py
+++ b/third_party/requests/packages/urllib3/__init__.py
@@ -23,7 +23,7 @@ from . import exceptions
from .filepost import encode_multipart_formdata
from .poolmanager import PoolManager, ProxyManager, proxy_from_url
from .response import HTTPResponse
-from .util import make_headers, get_host
+from .util import make_headers, get_host, Timeout
# Set default logging handler to avoid "No handler found" warnings.

Powered by Google App Engine
This is Rietveld 408576698