mercurial/httppeer.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 50993 12c308c55e53
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    13 import socket
    13 import socket
    14 import struct
    14 import struct
    15 
    15 
    16 from concurrent import futures
    16 from concurrent import futures
    17 from .i18n import _
    17 from .i18n import _
    18 from .pycompat import getattr
       
    19 from . import (
    18 from . import (
    20     bundle2,
    19     bundle2,
    21     error,
    20     error,
    22     httpconnection,
    21     httpconnection,
    23     pycompat,
    22     pycompat,