mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Use multi-line import
This commit is contained in:
parent
3294e9d2e7
commit
33ad28b68d
7 changed files with 26 additions and 26 deletions
|
@ -114,9 +114,9 @@ except ImportError:
|
|||
from StringIO import StringIO
|
||||
|
||||
# not sure how many of these need to be gotten rid of
|
||||
from urllib import unwrap, unquote, splittype, splithost, \
|
||||
addinfourl, splitport, splitgophertype, splitquery, \
|
||||
splitattr, ftpwrapper, noheaders, splituser, splitpasswd, splitvalue
|
||||
from urllib import (unwrap, unquote, splittype, splithost,
|
||||
addinfourl, splitport, splitgophertype, splitquery,
|
||||
splitattr, ftpwrapper, noheaders, splituser, splitpasswd, splitvalue)
|
||||
|
||||
# support for FileHandler, proxies via environment variables
|
||||
from urllib import localhost, url2pathname, getproxies
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue