mercurial/wireprototypes.py
changeset 50929 18c8c18993f0
parent 50913 93b0de7f13ca
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
     7 from .node import (
     7 from .node import (
     8     bin,
     8     bin,
     9     hex,
     9     hex,
    10 )
    10 )
    11 from .i18n import _
    11 from .i18n import _
    12 from .pycompat import getattr
       
    13 from .thirdparty import attr
    12 from .thirdparty import attr
    14 from . import (
    13 from . import (
    15     error,
    14     error,
    16     util,
    15     util,
    17 )
    16 )