Mercurial > public > mercurial-scm > hg
comparison mercurial/cmdutil.py @ 43089:c59eb1560c44
py3: manually import getattr where it is needed
The march continues.
Differential Revision: https://phab.mercurial-scm.org/D7009
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sun, 06 Oct 2019 16:55:18 -0400 |
parents | 66f2cc210a29 |
children | d783f945a701 |
comparison
equal
deleted
inserted
replaced
43088:0d612db7047c | 43089:c59eb1560c44 |
---|---|
18 nullid, | 18 nullid, |
19 nullrev, | 19 nullrev, |
20 short, | 20 short, |
21 ) | 21 ) |
22 from .pycompat import ( | 22 from .pycompat import ( |
23 getattr, | |
23 open, | 24 open, |
24 setattr, | 25 setattr, |
25 ) | 26 ) |
26 | 27 |
27 from . import ( | 28 from . import ( |