From 601a2b8c749c05bafc4b9845c938dc94e5f16f33 Mon Sep 17 00:00:00 2001 From: tokuda109 Date: Tue, 2 Oct 2012 23:26:10 +0900 Subject: [PATCH] declare the encoding --- requests/cookies.py | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.34.1