declare the encoding
authortokuda109 <tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:10 +0000 (23:26 +0900)
committerRadu Voicilas <radu.voicilas@gmail.com>
Mon, 8 Oct 2012 21:42:49 +0000 (00:42 +0300)
requests/cookies.py

index 101e617deac1ce9a9fca5d356288f3c05dc12a75..241ca6798adeeac828a01c599ebe04e25da27856 100644 (file)
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
 """
 Compatibility code to be able to use `cookielib.CookieJar` with requests.