Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/dispatch.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 | 86e4daa2d54c |
children | d783f945a701 |
comparison
equal
deleted
inserted
replaced
43088:0d612db7047c | 43089:c59eb1560c44 |
---|---|
18 import time | 18 import time |
19 import traceback | 19 import traceback |
20 | 20 |
21 | 21 |
22 from .i18n import _ | 22 from .i18n import _ |
23 from .pycompat import getattr | |
23 | 24 |
24 from hgdemandimport import tracing | 25 from hgdemandimport import tracing |
25 | 26 |
26 from . import ( | 27 from . import ( |
27 cmdutil, | 28 cmdutil, |