diff options
| author | arcadia-devtools <[email protected]> | 2022-03-18 00:25:28 +0300 |
|---|---|---|
| committer | arcadia-devtools <[email protected]> | 2022-03-18 00:25:28 +0300 |
| commit | db05a2b2770de7ef56b3444da4b20aac8500ccbd (patch) | |
| tree | 9168e739f83810ef978dac3e07a04d4c921bd0c9 /contrib/python/urllib3/patches/01-arcadia.patch | |
| parent | 4d8a37831e1a5889237ca5105271ce8d7f168979 (diff) | |
intermediate changes
ref:25a63ccc20e5607b77f6958c1b50aca29743afeb
Diffstat (limited to 'contrib/python/urllib3/patches/01-arcadia.patch')
| -rw-r--r-- | contrib/python/urllib3/patches/01-arcadia.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/python/urllib3/patches/01-arcadia.patch b/contrib/python/urllib3/patches/01-arcadia.patch index 22d4aaf235c..29a39586132 100644 --- a/contrib/python/urllib3/patches/01-arcadia.patch +++ b/contrib/python/urllib3/patches/01-arcadia.patch @@ -10,15 +10,3 @@ self.ca_cert_dir = ca_cert_dir and os.path.expanduser(ca_cert_dir) self.ca_cert_data = ca_cert_data ---- contrib/python/urllib3/urllib3/response.py (index) -+++ contrib/python/urllib3/urllib3/response.py (working tree) -@@ -9,7 +9,8 @@ from socket import timeout as SocketTimeout - - try: - import brotli --except ImportError: -+ brotli.error -+except (ImportError, Exception): - brotli = None - - from ._collections import HTTPHeaderDict |
