Mercurial > public > mercurial-scm > hg-stable
diff hgext/zeroconf/Zeroconf.py @ 51672:99632adff795 stable
py3: fix type of some elements of __all__ lists
author | Manuel Jacob <me@manueljacob.de> |
---|---|
date | Mon, 05 Aug 2024 20:47:17 +0200 |
parents | b79f13d6ef25 |
children | 454feddab720 |
line wrap: on
line diff
--- a/hgext/zeroconf/Zeroconf.py Thu Aug 01 11:14:58 2024 +0100 +++ b/hgext/zeroconf/Zeroconf.py Mon Aug 05 20:47:17 2024 +0200 @@ -89,7 +89,7 @@ from mercurial import pycompat -__all__ = [b"Zeroconf", b"ServiceInfo", b"ServiceBrowser"] +__all__ = ["Zeroconf", "ServiceInfo", "ServiceBrowser"] # hook for threads