Mercurial > public > mercurial-scm > hg
comparison mercurial/debugcommands.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 | eef9a2d67051 |
children | e8cf9ad52a78 |
comparison
equal
deleted
inserted
replaced
43088:0d612db7047c | 43089:c59eb1560c44 |
---|---|
30 nullhex, | 30 nullhex, |
31 nullid, | 31 nullid, |
32 nullrev, | 32 nullrev, |
33 short, | 33 short, |
34 ) | 34 ) |
35 from .pycompat import open | 35 from .pycompat import ( |
36 getattr, | |
37 open, | |
38 ) | |
36 from . import ( | 39 from . import ( |
37 bundle2, | 40 bundle2, |
38 changegroup, | 41 changegroup, |
39 cmdutil, | 42 cmdutil, |
40 color, | 43 color, |