Skip to content

Commit 0db7839

Browse files
committed
Change Products.PluginIndexes import to Products.ZCatalog
1 parent addcef6 commit 0db7839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/collective/dms/scanbehavior/behaviors/behaviors.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from plone.indexer import indexer
66
from plone.supermodel import model
77
from Products.CMFPlone.utils import base_hasattr
8-
from Products.PluginIndexes.common.UnIndex import _marker
8+
from Products.ZCatalog.ZCatalogIndexes import _marker
99
from zope import schema
1010
from zope.interface import alsoProvides
1111

0 commit comments

Comments
 (0)