comparison mercurial/httpclient/__init__.py @ 28997:25d93c61cef4 stable

httpclient: reverse accidental damage from 86db5cb55d46
author timeless <timeless@mozdev.org>
date Wed, 20 Apr 2016 21:33:02 +0000
parents 86db5cb55d46
children 8a66eda46c98
comparison
equal deleted inserted replaced
28996:b74ca9ace65e 28997:25d93c61cef4
39 from __future__ import absolute_import 39 from __future__ import absolute_import
40 40
41 # Many functions in this file have too many arguments. 41 # Many functions in this file have too many arguments.
42 # pylint: disable=R0913 42 # pylint: disable=R0913
43 43
44 import cStringIO
44 import errno 45 import errno
45 import httplib 46 import httplib
46 import logging 47 import logging
47 import rfc822 48 import rfc822
48 import select 49 import select