mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Use multi-line import
This commit is contained in:
parent
3294e9d2e7
commit
33ad28b68d
7 changed files with 26 additions and 26 deletions
|
|
@ -12,9 +12,9 @@ libwww-perl, I hope.
|
|||
"""
|
||||
|
||||
import time, re, logging
|
||||
from cookielib import reraise_unmasked_exceptions, FileCookieJar, Cookie, \
|
||||
MISSING_FILENAME_TEXT, join_header_words, split_header_words, \
|
||||
iso2time, time2isoz
|
||||
from cookielib import (reraise_unmasked_exceptions, FileCookieJar, Cookie,
|
||||
MISSING_FILENAME_TEXT, join_header_words, split_header_words,
|
||||
iso2time, time2isoz)
|
||||
|
||||
def lwp_cookie_str(cookie):
|
||||
"""Return string representation of Cookie in an the LWP cookie file format.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue