diff -r 4eec920bbb37 -r 0a81f3ef054c hgext/zeroconf/__init__.py --- 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