Merge pull request #878 from tokuda109/encoding

miss the encoding declaration
This commit is contained in:
Kenneth Reitz
2012-10-02 08:25:16 -07:00
+2
View File
@@ -1,3 +1,5 @@
# -*- coding: utf-8 -*-
"""
Compatibility code to be able to use `cookielib.CookieJar` with requests.