diff options
Diffstat (limited to 'debian/patches/03_export-IncompleteRead.patch')
-rw-r--r-- | debian/patches/03_export-IncompleteRead.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/03_export-IncompleteRead.patch b/debian/patches/03_export-IncompleteRead.patch index d953df6..82938eb 100644 --- a/debian/patches/03_export-IncompleteRead.patch +++ b/debian/patches/03_export-IncompleteRead.patch @@ -7,15 +7,15 @@ Last-Update: 2014-10-23 --- a/requests/compat.py +++ b/requests/compat.py -@@ -92,6 +92,7 @@ +@@ -40,6 +40,7 @@ from Cookie import Morsel from StringIO import StringIO - from urllib3.packages.ordered_dict import OrderedDict + from .packages.urllib3.packages.ordered_dict import OrderedDict + from httplib import IncompleteRead builtin_str = str bytes = str -@@ -107,6 +108,7 @@ +@@ -54,6 +55,7 @@ from http.cookies import Morsel from io import StringIO from collections import OrderedDict |