Mercurial > public > mercurial-scm > hg
comparison mercurial/wireprotov1server.py @ 50926: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 | d718eddf01d9 |
children | 33bcb1dd4101 |
comparison
equal
deleted
inserted
replaced
50925:d718eddf01d9 | 50926:18c8c18993f0 |
---|---|
9 import binascii | 9 import binascii |
10 import os | 10 import os |
11 | 11 |
12 from .i18n import _ | 12 from .i18n import _ |
13 from .node import hex | 13 from .node import hex |
14 from .pycompat import getattr | |
15 | 14 |
16 from . import ( | 15 from . import ( |
17 bundle2, | 16 bundle2, |
18 bundlecaches, | 17 bundlecaches, |
19 changegroup as changegroupmod, | 18 changegroup as changegroupmod, |