mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
A few lines were indented using spaces instead of tabs -- fix them.
This commit is contained in:
parent
8ca842066c
commit
7e7ca0ba17
1 changed files with 65 additions and 64 deletions
|
@ -223,7 +223,8 @@ class URLopener:
|
|||
user_passwd, realhost = splituser(realhost)
|
||||
if user_passwd:
|
||||
selector = "%s://%s%s" % (urltype,
|
||||
realhost, rest)
|
||||
realhost,
|
||||
rest)
|
||||
#print "proxy via http:", host, selector
|
||||
if not host: raise IOError, ('http error', 'no host given')
|
||||
if user_passwd:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue