Mercurial > hg
comparison COPYING @ 43069:e554cfd93975
hgweb: use importlib.reload() if available
reload() was nuked in Python 3. We need to use importlib.reload()
instead.
But pyflakes isn't smart enough to detect our conditional usage, so
we allow this error.
Differential Revision: https://phab.mercurial-scm.org/D6992
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Sat, 05 Oct 2019 17:44:54 -0400 |
parents | 8c8b55733cbd |
children |
comparison
equal
deleted
inserted
replaced
43068:094d0f4a8edd | 43069:e554cfd93975 |
---|