diff -r c1674551c109 -r 3c6809941280 mercurial/interfaces/util.py --- a/mercurial/interfaces/util.py Tue Oct 22 16:29:44 2024 -0400 +++ b/mercurial/interfaces/util.py Sat Dec 07 03:11:02 2024 -0500 @@ -11,15 +11,7 @@ from __future__ import annotations -from .. import encoding - -if encoding.environ.get(b'HGREALINTERFACES'): - from ..thirdparty.zope import interface as zi - - Attribute = zi.Attribute - Interface = zi.Interface - implementer = zi.implementer -else: +if True: class Attribute: def __init__(self, __name__, __doc__=b''):