fix exceptions.py

This commit is contained in:
2017-05-26 22:50:43 -04:00
parent 6c41633cfd
commit 1d31b36148
+1 -1
View File
@@ -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):