comparison hgext/keyword.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 649d3ac37a12
comparison
equal deleted inserted replaced
43088:0d612db7047c 43089:c59eb1560c44
88 import os 88 import os
89 import re 89 import re
90 import weakref 90 import weakref
91 91
92 from mercurial.i18n import _ 92 from mercurial.i18n import _
93 from mercurial.pycompat import getattr
93 from mercurial.hgweb import webcommands 94 from mercurial.hgweb import webcommands
94 95
95 from mercurial import ( 96 from mercurial import (
96 cmdutil, 97 cmdutil,
97 context, 98 context,