Commit 87a3a924 authored by Peter Wu's avatar Peter Wu Committed by Daniel Stenberg
Browse files

tests/http_pipe.py: Python 3 support



The 2to3 tool converted socketserver (which I manually fixed up with an
import fallback) and the print(e) line. The xrange option was converted
to range, but it seems better to use the '*' operator here for
simplicity.

Signed-off-by: default avatarPeter Wu <peter@lekensteyn.nl>
parent c6c22aeb
Supports Markdown
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