mirror of
https://github.com/python/cpython.git
synced 2024-11-28 04:15:11 +08:00
#5147: revert accidental indentation of header constant for MozillaCookieJar.
This commit is contained in:
parent
241bdab735
commit
87a1564f24
@ -1974,9 +1974,9 @@ class MozillaCookieJar(FileCookieJar):
|
||||
"""
|
||||
magic_re = re.compile("#( Netscape)? HTTP Cookie File")
|
||||
header = """\
|
||||
# Netscape HTTP Cookie File
|
||||
# http://www.netscape.com/newsref/std/cookie_spec.html
|
||||
# This is a generated file! Do not edit.
|
||||
# Netscape HTTP Cookie File
|
||||
# http://www.netscape.com/newsref/std/cookie_spec.html
|
||||
# This is a generated file! Do not edit.
|
||||
|
||||
"""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user