diff mercurial/hgweb/webutil.py @ 43087:66f2cc210a29

py3: manually import pycompat.setattr where it is needed Continuing to eliminate the implicit import of symbols in the Python 3 source transformer so we can eliminate it. Differential Revision: https://phab.mercurial-scm.org/D7007
author Gregory Szorc <gregory.szorc@gmail.com>
date Sun, 06 Oct 2019 14:58:42 -0400
parents 687b865b95ad
children d783f945a701
line wrap: on
line diff
--- a/mercurial/hgweb/webutil.py	Sun Oct 06 14:51:45 2019 -0400
+++ b/mercurial/hgweb/webutil.py	Sun Oct 06 14:58:42 2019 -0400
@@ -15,6 +15,7 @@
 
 from ..i18n import _
 from ..node import hex, nullid, short
+from ..pycompat import setattr
 
 from .common import (
     ErrorResponse,