diff options
| author | Cory Benfield <lukasaoz@gmail.com> | 2017-05-31 10:29:19 +0100 |
|---|---|---|
| committer | Cory Benfield <lukasaoz@gmail.com> | 2017-05-31 10:29:19 +0100 |
| commit | c3f4a028bfc299f81b811d0a13bc84ae9aeda5b6 (patch) | |
| tree | 17c95d7b15f35501a54ce33a4682e26230d37331 /requests/exceptions.py | |
| parent | 8e97db2dc5b5d4dd963c372a7cee1f7b9c316b2c (diff) | |
| parent | 56971482af7ff5d2b0ea9b0908eb90a1369b57a3 (diff) | |
| download | python-requests-c3f4a028bfc299f81b811d0a13bc84ae9aeda5b6.tar.gz | |
Merge branch 'master' into proposed/3.0.0
Diffstat (limited to 'requests/exceptions.py')
| -rw-r--r-- | requests/exceptions.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requests/exceptions.py b/requests/exceptions.py index 236d7985..10142774 100644 --- a/requests/exceptions.py +++ b/requests/exceptions.py @@ -6,7 +6,7 @@ requests.exceptions This module contains the set of Requests' exceptions. """ -from .packages.urllib3.exceptions import HTTPError as BaseHTTPError +from urllib3.exceptions import HTTPError as BaseHTTPError class RequestException(IOError): |
