Skip to content

Commit

Permalink
Fix tests when running against zope.interface >= 6.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Mar 22, 2023
1 parent 365f637 commit 536f3aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/zope/app/authentication/browser/schemasearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ If a plugin supports `IQuerySchemaSearch`::
>>> class ISearchCriteria(Interface):
... search = zope.schema.TextLine(title=u"Search String")

>>> from zope.interface import implements
>>> class MySearchPlugin:
... __name__ = 'searchplugin'
... __parent__ = site
Expand Down

0 comments on commit 536f3aa

Please sign in to comment.