Mercurial > hg
comparison mercurial/wireprotov1peer.py @ 43087:66f2cc210a29
py3: manually import pycompat.setattr where it is needed
Continuing to eliminate the implicit import of symbols in the
Python 3 source transformer so we can eliminate it.
Differential Revision: https://phab.mercurial-scm.org/D7007
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 06 Oct 2019 14:58:42 -0400 |
parents | 687b865b95ad |
children | c59eb1560c44 |
comparison
equal
deleted
inserted
replaced
43086:bbcbb82e3589 | 43087:66f2cc210a29 |
---|---|
11 import sys | 11 import sys |
12 import weakref | 12 import weakref |
13 | 13 |
14 from .i18n import _ | 14 from .i18n import _ |
15 from .node import bin | 15 from .node import bin |
16 from .pycompat import setattr | |
16 from . import ( | 17 from . import ( |
17 bundle2, | 18 bundle2, |
18 changegroup as changegroupmod, | 19 changegroup as changegroupmod, |
19 encoding, | 20 encoding, |
20 error, | 21 error, |