declare the encoding
authortokuda109 <tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:10 +0000 (23:26 +0900)
committertokuda109 <tokuda109@gmail.com>
Tue, 2 Oct 2012 14:26:29 +0000 (23:26 +0900)
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.