mercurial/util.py
changeset 31934 12aca6770046
parent 31878 4d0465dd13d2
child 31946 f3b80537a70d
--- a/mercurial/util.py	Thu Apr 06 11:28:25 2017 +0200
+++ b/mercurial/util.py	Thu Mar 09 21:35:21 2017 -0800
@@ -49,6 +49,7 @@
     pycompat,
 )
 
+cookielib = pycompat.cookielib
 empty = pycompat.empty
 httplib = pycompat.httplib
 httpserver = pycompat.httpserver