tests/get-with-headers.py
changeset 29455 0c741fd6158a
parent 28726 f4b31fcd5e72
child 30764 e75463e3179f
--- a/tests/get-with-headers.py	Wed Jun 29 19:43:27 2016 -0700
+++ b/tests/get-with-headers.py	Tue Jun 28 16:01:53 2016 +0530
@@ -5,11 +5,16 @@
 
 from __future__ import absolute_import, print_function
 
-import httplib
 import json
 import os
 import sys
 
+from mercurial import (
+    util,
+)
+
+httplib = util.httplib
+
 try:
     import msvcrt
     msvcrt.setmode(sys.stdout.fileno(), os.O_BINARY)