projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
490ed74
)
declare the encoding
author
tokuda109
<tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:10 +0000
(23:26 +0900)
committer
tokuda109
<tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:29 +0000
(23:26 +0900)
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.