[Zope-Checkins] CVS: Zope/lib/python/Products/PageTemplates -
PythonExpr.py:1.13
Jim Fulton
cvs-admin at zope.org
Fri Nov 28 11:45:51 EST 2003
Update of /cvs-repository/Zope/lib/python/Products/PageTemplates
In directory cvs.zope.org:/tmp/cvs-serv4998/lib/python/Products/PageTemplates
Modified Files:
PythonExpr.py
Log Message:
Removed the validateValue api.
=== Zope/lib/python/Products/PageTemplates/PythonExpr.py 1.12 => 1.13 ===
--- Zope/lib/python/Products/PageTemplates/PythonExpr.py:1.12 Tue Nov 4 15:13:52 2003
+++ Zope/lib/python/Products/PageTemplates/PythonExpr.py Fri Nov 28 11:45:50 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