changeset 52416 | 0a81f3ef054c |
parent 51859 | f4733654f144 |
child 52640 | 24ee91ba9aa8 |
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Dec 05 18:07:55 2024 +0100 +++ b/mercurial/hgweb/hgwebdir_mod.py Mon Oct 21 13:39:44 2024 +0200 @@ -35,7 +35,6 @@ pathutil, profiling, pycompat, - rcutil, registrar, scmutil, templater, @@ -50,6 +49,7 @@ webutil, wsgicgi, ) +from ..configuration import rcutil from ..utils import dateutil