changeset 52416 | 0a81f3ef054c |
parent 51859 | f4733654f144 |
child 52640 | 24ee91ba9aa8 |
--- a/hgext/zeroconf/__init__.py Thu Dec 05 18:07:55 2024 +0100 +++ b/hgext/zeroconf/__init__.py Mon Oct 21 13:39:44 2024 +0200 @@ -36,9 +36,9 @@ extensions, hg, pycompat, - rcutil, ui as uimod, ) +from mercurial.configuration import rcutil from mercurial.hgweb import server as servermod # Note for extension authors: ONLY specify testedwith = 'ships-with-hg-core' for