[Zope-Checkins] CVS: Zope/lib/python/OFS - CopySupport.py:1.85.2.4
Yvo Schubbe
schubbe at web.de
Thu Jan 8 04:05:11 EST 2004
Update of /cvs-repository/Zope/lib/python/OFS
In directory cvs.zope.org:/tmp/cvs-serv10442/lib/python/OFS
Modified Files:
Tag: Zope-2_7-branch
CopySupport.py
Log Message:
- made manage_cutObjects work again for non-managers
- removed redundant import
=== Zope/lib/python/OFS/CopySupport.py 1.85.2.3 => 1.85.2.4 ===
--- Zope/lib/python/OFS/CopySupport.py:1.85.2.3 Mon Nov 17 17:34:07 2003
+++ Zope/lib/python/OFS/CopySupport.py Thu Jan 8 04:05:10 2004
@@ -17,11 +17,11 @@
from marshal import loads, dumps
from urllib import quote, unquote
from zlib import compress, decompress
+
from App.Dialogs import MessageDialog
from AccessControl import getSecurityManager
from Acquisition import aq_base, aq_inner, aq_parent
from zExceptions import Unauthorized, BadRequest
-from AccessControl import getSecurityManager
from webdav.Lockable import ResourceLockedError
CopyError='Copy Error'
@@ -35,7 +35,7 @@
('manage_copyObjects', 'manage_pasteObjects',
'manage_renameForm', 'manage_renameObject', 'manage_renameObjects',)),
('Delete objects',
- ('manage_cutObjects')),
+ ('manage_cutObjects',)),
)
More information about the Zope-Checkins
mailing list