[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates - PythonExpr.py:1.11.58.1

Jim Fulton cvs-admin at zope.org
Sat Nov 22 12:16:28 EST 2003


Update of /cvs-repository/Zope/lib/python/Products/PageTemplates
In directory cvs.zope.org:/tmp/cvs-serv17116/lib/python/Products/PageTemplates

Modified Files:
      Tag: zodb33-devel-branch
	PythonExpr.py 
Log Message:

Implemented a new mechanism for computing roles, based on a suggestion
by Dieter Maurer.



=== Zope/lib/python/Products/PageTemplates/PythonExpr.py 1.11 => 1.11.58.1 ===
--- Zope/lib/python/Products/PageTemplates/PythonExpr.py:1.11	Wed Oct  9 10:40:33 2002
+++ Zope/lib/python/Products/PageTemplates/PythonExpr.py	Sat Nov 22 12:15:57 2003
@@ -23,7 +23,7 @@
     '''Null security manager'''
     def validate(self, *args, **kwargs):
         return 1
-    addContext = removeContext = validateValue = validate
+    addContext = removeContext = validate
 
 class PythonExpr:
     def __init__(self, name, expr, engine):




More information about the Zope-Checkins mailing list