projects
/
platform
/
upstream
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e30196
)
declare the encoding
author
tokuda109
<tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:10 +0000
(23:26 +0900)
committer
Radu Voicilas
<radu.voicilas@gmail.com>
Mon, 8 Oct 2012 21:42:49 +0000
(
00:42
+0300)
requests/cookies.py
patch
|
blob
|
history
diff --git
a/requests/cookies.py
b/requests/cookies.py
index 101e617deac1ce9a9fca5d356288f3c05dc12a75..241ca6798adeeac828a01c599ebe04e25da27856 100644
(file)
--- a/
requests/cookies.py
+++ b/
requests/cookies.py
@@
-1,3
+1,5
@@
+# -*- coding: utf-8 -*-
+
"""
Compatibility code to be able to use `cookielib.CookieJar` with requests.