[Zope-Checkins] CVS: Zope/lib/python/OFS - Cache.py:1.12

Jim Fulton cvs-admin at zope.org
Fri Nov 28 11:45:33 EST 2003


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

Modified Files:
	Cache.py 
Log Message:
Removed permission requirements for non-existent method.


=== Zope/lib/python/OFS/Cache.py 1.11 => 1.12 ===
--- Zope/lib/python/OFS/Cache.py:1.11	Tue Nov 18 08:17:02 2003
+++ Zope/lib/python/OFS/Cache.py	Fri Nov 28 11:45:33 2003
@@ -92,7 +92,6 @@
         (ViewManagementScreensPermission,
          ('ZCacheable_manage',
           'ZCacheable_invalidate',
-          'ZCacheable_isMethod',
           'ZCacheable_enabled',
           'ZCacheable_getManagerId',
           'ZCacheable_getManagerIds',




More information about the Zope-Checkins mailing list