mercurial/httppeer.py
changeset 43089 c59eb1560c44
parent 43077 687b865b95ad
child 43117 8ff1ecfadcd1
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
    14 import socket
    14 import socket
    15 import struct
    15 import struct
    16 import weakref
    16 import weakref
    17 
    17 
    18 from .i18n import _
    18 from .i18n import _
       
    19 from .pycompat import getattr
    19 from . import (
    20 from . import (
    20     bundle2,
    21     bundle2,
    21     error,
    22     error,
    22     httpconnection,
    23     httpconnection,
    23     pycompat,
    24     pycompat,