[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.76

Andreas Jung andreas@zope.com
Fri, 2 Nov 2001 09:48:05 -0500


Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv11296/lib/python/OFS

Modified Files:
	CopySupport.py 
Log Message:
waaaaaaaaaaaaaaahhhhhh....Unauthorized has not been imported but used.
This broke at least WebDAVs MOVE and COPY operations.


=== Zope/lib/python/OFS/CopySupport.py 1.75 => 1.76 ===
 from AccessControl import getSecurityManager
 from Acquisition import aq_base, aq_inner, aq_parent
-
+from zExceptions import Unauthorized
 
 CopyError='Copy Error'