httpclient: reverse accidental damage from 86db5cb55d46 stable
authortimeless <timeless@mozdev.org>
Wed, 20 Apr 2016 21:33:02 +0000
branchstable
changeset 28997 25d93c61cef4
parent 28996 b74ca9ace65e
child 28998 f303b569134c
httpclient: reverse accidental damage from 86db5cb55d46
mercurial/httpclient/__init__.py
--- a/mercurial/httpclient/__init__.py	Thu Apr 21 04:30:18 2016 +0000
+++ b/mercurial/httpclient/__init__.py	Wed Apr 20 21:33:02 2016 +0000
@@ -41,6 +41,7 @@
 # Many functions in this file have too many arguments.
 # pylint: disable=R0913
 
+import cStringIO
 import errno
 import httplib
 import logging