diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-07-02 22:08:29 +0000 |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-07-02 22:08:29 +0000 |
commit | 6d7f9375a5181925f561720cdbce0a618a57606a (patch) | |
tree | 560d86ec456aa84563192b38a197c3e4b83fc6ff /Lib/test/test_cookielib.py | |
parent | b15bdf7f7a736f49f783ab75904e6b2438449743 (diff) | |
download | cpython-git-6d7f9375a5181925f561720cdbce0a618a57606a.tar.gz |
Backport of r64677.
Diffstat (limited to 'Lib/test/test_cookielib.py')
-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 991506cb54..66f9a83041 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 |