##// END OF EJS Templates
interfaces: drop the conditional import of the vendored `zope` packages...
Matt Harbison -
r53344:3c680994 default
parent child Browse files
Show More
@@ -11,15 +11,7
11 11
12 12 from __future__ import annotations
13 13
14 from .. import encoding
15
16 if encoding.environ.get(b'HGREALINTERFACES'):
17 from ..thirdparty.zope import interface as zi
18
19 Attribute = zi.Attribute
20 Interface = zi.Interface
21 implementer = zi.implementer
22 else:
14 if True:
23 15
24 16 class Attribute:
25 17 def __init__(self, __name__, __doc__=b''):
General Comments 0
You need to be logged in to leave comments. Login now