mercurial/httpconnection.py
changeset 51700 7f0cb9ee0534
parent 51690 493034cc3265
child 51703 ca7bde5dbafb
equal deleted inserted replaced
51699:bd1483fd7088 51700:7f0cb9ee0534
    22 )
    22 )
    23 
    23 
    24 
    24 
    25 urlerr = util.urlerr
    25 urlerr = util.urlerr
    26 urlreq = util.urlreq
    26 urlreq = util.urlreq
    27 
       
    28 
    27 
    29 # moved here from url.py to avoid a cycle
    28 # moved here from url.py to avoid a cycle
    30 class httpsendfile:
    29 class httpsendfile:
    31     """This is a wrapper around the objects returned by python's "open".
    30     """This is a wrapper around the objects returned by python's "open".
    32 
    31