mercurial/util.py
changeset 29432 34b914ac573e
parent 29431 80880ad3fccd
child 29433 33770d2b6cf9
--- a/mercurial/util.py	Mon Jun 27 16:16:10 2016 +0530
+++ b/mercurial/util.py	Mon Jun 27 16:37:37 2016 +0530
@@ -54,6 +54,7 @@
     # we do import urlreq, but we do it outside the loop
     #'urlreq',
     'stringio',
+    'xmlrpclib',
 ):
     globals()[attr] = getattr(pycompat, attr)