Skip to content

Commit

Permalink
Add implements IIndexCounter
Browse files Browse the repository at this point in the history
  • Loading branch information
andbag committed Oct 17, 2016
1 parent 6cfc061 commit 0ba9356
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Products/PluginIndexes/unindex.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
ISortIndex,
IUniqueValueIndex,
IRequestCacheIndex,
IIndexCounter,
)
from Products.PluginIndexes.util import safe_callable
from Products.ZCatalog.query import IndexQuery
Expand All @@ -49,7 +50,7 @@


@implementer(ILimitedResultIndex, IQueryIndex, IUniqueValueIndex,
ISortIndex, IRequestCacheIndex)
ISortIndex, IRequestCacheIndex, IIndexCounter)
class UnIndex(SimpleItem):
"""Simple forward and reverse index.
"""
Expand Down

0 comments on commit 0ba9356

Please sign in to comment.