mercurial/util.py
changeset 50929 18c8c18993f0
parent 50928 d718eddf01d9
child 51285 9d3721552b6c
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    35 import warnings
    35 import warnings
    36 
    36 
    37 from .node import hex
    37 from .node import hex
    38 from .thirdparty import attr
    38 from .thirdparty import attr
    39 from .pycompat import (
    39 from .pycompat import (
    40     delattr,
       
    41     getattr,
       
    42     open,
    40     open,
    43     setattr,
       
    44 )
    41 )
    45 from hgdemandimport import tracing
    42 from hgdemandimport import tracing
    46 from . import (
    43 from . import (
    47     encoding,
    44     encoding,
    48     error,
    45     error,