Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/hgweb/hgweb_mod.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 | 687b865b95ad |
children | d783f945a701 |
comparison
equal
deleted
inserted
replaced
43088:0d612db7047c | 43089:c59eb1560c44 |
---|---|
16 HTTP_BAD_REQUEST, | 16 HTTP_BAD_REQUEST, |
17 cspvalues, | 17 cspvalues, |
18 permhooks, | 18 permhooks, |
19 statusmessage, | 19 statusmessage, |
20 ) | 20 ) |
21 from ..pycompat import getattr | |
21 | 22 |
22 from .. import ( | 23 from .. import ( |
23 encoding, | 24 encoding, |
24 error, | 25 error, |
25 extensions, | 26 extensions, |