From: tokuda109 Date: Tue, 2 Oct 2012 14:26:10 +0000 (+0900) Subject: declare the encoding X-Git-Tag: v0.14.2~11^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=601a2b8c749c05bafc4b9845c938dc94e5f16f33;p=services%2Fpython-requests.git declare the encoding --- diff --git a/requests/cookies.py b/requests/cookies.py index 101e617..241ca67 100644 --- 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.