backport catalog import
This commit is contained in:
parent
89b9b33b60
commit
eeab12f6d9
1 changed files with 1 additions and 1 deletions
2
psu.py
2
psu.py
|
@ -12,10 +12,10 @@
|
|||
|
||||
from transaction import commit, abort
|
||||
from zope.app.authentication.principalfolder import Principal
|
||||
from zope.app.catalog.interfaces import ICatalog
|
||||
from zope.app.component.hooks import setSite
|
||||
from zope.app.container.contained import ObjectAddedEvent, ObjectRemovedEvent
|
||||
from zope.cachedescriptors.property import Lazy
|
||||
from zope.catalog.interfaces import ICatalog
|
||||
from zope import component
|
||||
from zope.event import notify
|
||||
from zope.lifecycleevent import ObjectCreatedEvent, ObjectModifiedEvent
|
||||
|
|
Loading…
Add table
Reference in a new issue