mercurial/sshpeer.py
changeset 50929 18c8c18993f0
parent 50920 882687259181
child 51510 a2f1d97e5284
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     8 
     8 
     9 import re
     9 import re
    10 import uuid
    10 import uuid
    11 
    11 
    12 from .i18n import _
    12 from .i18n import _
    13 from .pycompat import getattr
       
    14 from . import (
    13 from . import (
    15     error,
    14     error,
    16     pycompat,
    15     pycompat,
    17     util,
    16     util,
    18     wireprototypes,
    17     wireprototypes,