comparison mercurial/windows.py @ 50929:18c8c18993f0

pycompat: drop usage of hasattr/getattr/setattr/delatt proxy The function remains to ease extensions transition, but we no longer use them in core.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 01 Sep 2023 00:09:55 +0200
parents 3fd5824f1177
children 9d3721552b6c
comparison
equal deleted inserted replaced
50928:d718eddf01d9 50929:18c8c18993f0
31 Tuple, 31 Tuple,
32 Union, 32 Union,
33 ) 33 )
34 34
35 from .i18n import _ 35 from .i18n import _
36 from .pycompat import getattr
37 from . import ( 36 from . import (
38 encoding, 37 encoding,
39 error, 38 error,
40 policy, 39 policy,
41 pycompat, 40 pycompat,