mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
#5147: revert accidental indentation of header constant for MozillaCookieJar.
This commit is contained in:
parent
241bdab735
commit
87a1564f24
2 changed files with 6 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue