Commit e7421db6 authored by Florent Guillaume's avatar Florent Guillaume

Forgotten import.

parent 81a80df1
...@@ -30,6 +30,7 @@ from Acquisition import aq_base, aq_inner, aq_parent ...@@ -30,6 +30,7 @@ from Acquisition import aq_base, aq_inner, aq_parent
from App.Dialogs import MessageDialog from App.Dialogs import MessageDialog
from webdav.Lockable import ResourceLockedError from webdav.Lockable import ResourceLockedError
from zExceptions import Unauthorized, BadRequest from zExceptions import Unauthorized, BadRequest
from ZODB.POSException import ConflictError
from zope.interface import implements from zope.interface import implements
from zope.event import notify from zope.event import notify
from zope.app.event.objectevent import ObjectCopiedEvent from zope.app.event.objectevent import ObjectCopiedEvent
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment