mercurial/util.py
changeset 29433 33770d2b6cf9
parent 29432 34b914ac573e
child 29455 0c741fd6158a
equal deleted inserted replaced
29432:34b914ac573e 29433:33770d2b6cf9
    52     'urlerr',
    52     'urlerr',
    53     'urlparse',
    53     'urlparse',
    54     # we do import urlreq, but we do it outside the loop
    54     # we do import urlreq, but we do it outside the loop
    55     #'urlreq',
    55     #'urlreq',
    56     'stringio',
    56     'stringio',
       
    57     'socketserver',
    57     'xmlrpclib',
    58     'xmlrpclib',
    58 ):
    59 ):
    59     globals()[attr] = getattr(pycompat, attr)
    60     globals()[attr] = getattr(pycompat, attr)
    60 
    61 
    61 # This line is to make pyflakes happy:
    62 # This line is to make pyflakes happy: