[CMF-checkins] CVS: Releases/CMF/CMFStaging - LockTool.py:1.9

Andrew Sawyers andrew@zope.com
Tue, 11 Feb 2003 12:06:49 -0500


Update of /cvs-repository/Releases/CMF/CMFStaging
In directory cvs.zope.org:/tmp/cvs-serv19603

Modified Files:
	LockTool.py 
Log Message:
*Remvoed leftover cruft....decided against using a special 'BreakLock' permission.


=== Releases/CMF/CMFStaging/LockTool.py 1.8 => 1.9 ===
--- Releases/CMF/CMFStaging/LockTool.py:1.8	Tue Feb 11 11:41:55 2003
+++ Releases/CMF/CMFStaging/LockTool.py	Tue Feb 11 12:06:49 2003
@@ -34,7 +34,6 @@
 # Permission names
 LockObjects = 'WebDAV Lock items'
 UnlockObjects = 'WebDAV Unlock items'
-BreakLock = 'Manage portal'
 
 _wwwdir = os.path.join(os.path.dirname(__file__), 'www')