mercurial/util.py
changeset 31573 55c6788c54e2
parent 31567 4ebecf331d7d
child 31575 e506e461c7a9
equal deleted inserted replaced
31572:c0c4e14ee597 31573:55c6788c54e2
    58 stderr = pycompat.stderr
    58 stderr = pycompat.stderr
    59 stdin = pycompat.stdin
    59 stdin = pycompat.stdin
    60 stdout = pycompat.stdout
    60 stdout = pycompat.stdout
    61 stringio = pycompat.stringio
    61 stringio = pycompat.stringio
    62 urlerr = pycompat.urlerr
    62 urlerr = pycompat.urlerr
    63 urlparse = pycompat.urlparse
       
    64 urlreq = pycompat.urlreq
    63 urlreq = pycompat.urlreq
    65 xmlrpclib = pycompat.xmlrpclib
    64 xmlrpclib = pycompat.xmlrpclib
    66 
    65 
    67 def isatty(fp):
    66 def isatty(fp):
    68     try:
    67     try: