From c2cf3f6f4fad8b5ab8fb6e4a20138098454c3524 Mon Sep 17 00:00:00 2001 From: Jason Madden Date: Sun, 22 Mar 2020 09:33:48 -0500 Subject: Fix IRO for test Schema object. --- src/zope/configuration/tests/nested.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/zope/configuration/tests/nested.py b/src/zope/configuration/tests/nested.py index f9f930c..3a108aa 100644 --- a/src/zope/configuration/tests/nested.py +++ b/src/zope/configuration/tests/nested.py @@ -48,7 +48,7 @@ class ISchema(Interface): fields = Attribute("Dictionary of field definitions") -@implementer(IConfigurationContext, ISchema) +@implementer(ISchema) class Schema(GroupingContextDecorator): """Handle schema directives """ -- cgit v1.2.1