[Zope-Checkins] CVS: Releases/Zope/lib/python/Shared/DC/Scripts - Script.py:1.5.16.1
Evan Simpson
evan@zope.com
Tue, 29 Jan 2002 12:45:08 -0500
Update of /cvs-repository/Releases/Zope/lib/python/Shared/DC/Scripts
In directory cvs.zope.org:/tmp/cvs-serv16718/Shared/DC/Scripts
Modified Files:
Tag: Zope-2_5-branch
Script.py
Log Message:
Fixed PageTemplateFile security, and merged error message fixed from trunk.
=== Releases/Zope/lib/python/Shared/DC/Scripts/Script.py 1.5 => 1.5.16.1 ===
__ac_permissions__ = (
('View management screens', ('ZScriptHTML_tryForm',)),
- ('View', ('__call__','','ZPythonScriptHTML_tryAction')),
)
ZScriptHTML_tryForm = DTMLFile('dtml/scriptTry', globals())