Fix all remaining references to charade

This commit is contained in:
Ian Cordasco
2013-12-18 08:43:18 -06:00
parent 0bfbacd8b1
commit 9379a14cb4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
pythoncompat
"""
from .packages import charade as chardet
from .packages import chardet
import sys
+1 -1
View File
@@ -688,7 +688,7 @@ class Response(object):
"""Content of the response, in unicode.
If Response.encoding is None, encoding will be guessed using
``charade``.
``chardet``.
"""
# Try charset from content-type
+1 -1
View File
@@ -5,4 +5,4 @@ them and submitted as separate pull requests to those libraries.
urllib3 pull requests go here: https://github.com/shazow/urllib3
charade pull requests go here: https://github.com/sigmavirus24/charade
chardet pull requests go here: https://github.com/chardet/chardet