summaryrefslogtreecommitdiff
path: root/requests3/models.py
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.org>2018-03-17 10:40:10 -0400
committerKenneth Reitz <me@kennethreitz.org>2018-03-17 10:40:10 -0400
commit218d330150dbbe55f712296c2c39e0b4aa68b9a2 (patch)
treed80cfc08ae775d93a1cbb1d76eee7050a82e2d42 /requests3/models.py
parent6c2bb49d5be4c5771117e5b1421a0135328370e3 (diff)
downloadpython-requests-3.0-requestscore.tar.gz
Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
Diffstat (limited to 'requests3/models.py')
-rw-r--r--requests3/models.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/requests3/models.py b/requests3/models.py
index a60d009e..65cda667 100644
--- a/requests3/models.py
+++ b/requests3/models.py
@@ -17,9 +17,9 @@ import sys
import rfc3986
import encodings.idna
-from .core.http_manager.fields import RequestField
-from .core.http_manager.filepost import encode_multipart_formdata
-from .core.http_manager.exceptions import (
+from .core._http.fields import RequestField
+from .core._http.filepost import encode_multipart_formdata
+from .core._http.exceptions import (
DecodeError, ReadTimeoutError, ProtocolError, LocationParseError
)