From 5ec2c96f0298d2bbac523396683cfb9f3ce971f9 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 101e617d..241ca679 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.