mercurial/vfs.py
changeset 50929 18c8c18993f0
parent 50754 f173c2c23289
child 51430 187c5769a629
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
    14 from typing import (
    14 from typing import (
    15     Optional,
    15     Optional,
    16 )
    16 )
    17 
    17 
    18 from .i18n import _
    18 from .i18n import _
    19 from .pycompat import (
       
    20     delattr,
       
    21     getattr,
       
    22     setattr,
       
    23 )
       
    24 from . import (
    19 from . import (
    25     encoding,
    20     encoding,
    26     error,
    21     error,
    27     pathutil,
    22     pathutil,
    28     pycompat,
    23     pycompat,