reduce imports

This commit is contained in:
Kenneth Reitz
2012-12-17 03:23:16 -05:00
parent e4b56049ad
commit 8cf6a3593d
+2 -3
View File
@@ -14,12 +14,11 @@ from .utils import DEFAULT_CA_BUNDLE_PATH, get_encoding_from_headers
import socket
from .structures import CaseInsensitiveDict
from .packages.urllib3.exceptions import MaxRetryError, LocationParseError
from .packages.urllib3.exceptions import MaxRetryError
from .packages.urllib3.exceptions import TimeoutError
from .packages.urllib3.exceptions import SSLError as _SSLError
from .packages.urllib3.exceptions import HTTPError as _HTTPError
from .packages.urllib3 import connectionpool, poolmanager
from .packages.urllib3.filepost import encode_multipart_formdata
from .packages.urllib3 import poolmanager
from .cookies import extract_cookies_to_jar
from .exceptions import (
ConnectionError, HTTPError, RequestException, Timeout, TooManyRedirects,