Kaydet (Commit) 7e7ca0ba authored tarafından Guido van Rossum's avatar Guido van Rossum

A few lines were indented using spaces instead of tabs -- fix them.

üst 8ca84206
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment