[Zope-Checkins]
SVN: Zope/branches/2.9/lib/python/OFS/CopySupport.py
Forgotten import.
Florent Guillaume
fg at nuxeo.com
Tue Dec 20 19:04:09 EST 2005
Log message for revision 40928:
Forgotten import.
Changed:
U Zope/branches/2.9/lib/python/OFS/CopySupport.py
-=-
Modified: Zope/branches/2.9/lib/python/OFS/CopySupport.py
===================================================================
--- Zope/branches/2.9/lib/python/OFS/CopySupport.py 2005-12-20 23:35:08 UTC (rev 40927)
+++ Zope/branches/2.9/lib/python/OFS/CopySupport.py 2005-12-21 00:04:08 UTC (rev 40928)
@@ -30,6 +30,7 @@
from App.Dialogs import MessageDialog
from webdav.Lockable import ResourceLockedError
from zExceptions import Unauthorized, BadRequest
+from ZODB.POSException import ConflictError
from zope.interface import implements
from zope.event import notify
from zope.app.event.objectevent import ObjectCopiedEvent
More information about the Zope-Checkins
mailing list