[Python-modules-commits] [python-urllib3] 08/11: Rely on six to import httplib or http.client.

Daniele Tricoli eriol-guest at moszumanska.debian.org
Sat Oct 10 01:03:37 UTC 2015


This is an automated email from the git hooks/post-receive script.

eriol-guest pushed a commit to branch master
in repository python-urllib3.

commit 7db0aa9b18e70f43ef0bfcdec7f223e5b681aaf0
Author: SVN-Git Migration <python-modules-team at lists.alioth.debian.org>
Date:   Thu Oct 8 13:19:52 2015 -0700

    Rely on six to import httplib or http.client.
    
    Origin: https://github.com/shazow/urllib3/commit/f4eb94bc36277d5d584683a03fc9eb3950429a15
    
    Patch-Name: 06_rely-on-six-to-import-httplib-or-http.client.patch
---
 urllib3/util/response.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/urllib3/util/response.py b/urllib3/util/response.py
index 2c1de15..6695809 100644
--- a/urllib3/util/response.py
+++ b/urllib3/util/response.py
@@ -1,4 +1,4 @@
-from ..packages.six.moves import http_client as httplib
+from six.moves import http_client as httplib
 
 from ..exceptions import HeaderParsingError
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-urllib3.git



More information about the Python-modules-commits mailing list