Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37890356
en ru br
Репозитории ALT

Группа :: Development/Python3
Пакет: python3-module-wsgi_intercept

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Патч: wsgi_intercept-fix.urllib3.patch
Скачать


diff -ur wsgi_intercept-1.5.0/wsgi_intercept/requests_intercept.py wsgi_intercept-1.5.0.new/wsgi_intercept/requests_intercept.py
--- wsgi_intercept-1.5.0/wsgi_intercept/requests_intercept.py	2016-03-18 17:29:32.000000000 +0300
+++ wsgi_intercept-1.5.0.new/wsgi_intercept/requests_intercept.py	2017-06-16 13:35:29.070326203 +0300
@@ -2,9 +2,9 @@
 `requests <http://docs.python-requests.org/en/latest/>`_.
 """
 
-from requests.packages.urllib3.connectionpool import (HTTPConnectionPool,
+from urllib3.connectionpool import (HTTPConnectionPool,
         HTTPSConnectionPool)
-from requests.packages.urllib3.connection import (HTTPConnection,
+from urllib3.connection import (HTTPConnection,
         HTTPSConnection)
 from ._urllib3 import make_urllib3_override
 
 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin