diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-07-02 22:08:29 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-07-02 22:08:29 (GMT) |
commit | 6d7f9375a5181925f561720cdbce0a618a57606a (patch) | |
tree | 560d86ec456aa84563192b38a197c3e4b83fc6ff /Lib | |
parent | b15bdf7f7a736f49f783ab75904e6b2438449743 (diff) | |
download | cpython-6d7f9375a5181925f561720cdbce0a618a57606a.zip cpython-6d7f9375a5181925f561720cdbce0a618a57606a.tar.gz cpython-6d7f9375a5181925f561720cdbce0a618a57606a.tar.bz2 |
Backport of r64677.
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/test/test_cookielib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_cookielib.py b/Lib/test/test_cookielib.py index 991506c..66f9a83 100644 --- a/Lib/test/test_cookielib.py +++ b/Lib/test/test_cookielib.py @@ -1,4 +1,4 @@ -# -*- coding: utf-8 -*- +# -*- coding: latin-1 -*- """Tests for cookielib.py.""" import re, os, time |