[Zope-Checkins] SVN: Zope/trunk/lib/python/OFS/CopySupport.py
	Forgotten import.
    Florent Guillaume 
    fg at nuxeo.com
       
    Tue Dec 20 19:05:32 EST 2005
    
    
  
Log message for revision 40929:
  Forgotten import.
  
Changed:
  U   Zope/trunk/lib/python/OFS/CopySupport.py
-=-
Modified: Zope/trunk/lib/python/OFS/CopySupport.py
===================================================================
--- Zope/trunk/lib/python/OFS/CopySupport.py	2005-12-21 00:04:08 UTC (rev 40928)
+++ Zope/trunk/lib/python/OFS/CopySupport.py	2005-12-21 00:05:31 UTC (rev 40929)
@@ -34,6 +34,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