[Zope-Checkins] CVS: Zope/lib/python/Products/PythonScripts -
PythonScript.py:1.56
Tres Seaver
tseaver at zope.com
Mon Mar 22 11:26:52 EST 2004
Update of /cvs-repository/Zope/lib/python/Products/PythonScripts
In directory cvs.zope.org:/tmp/cvs-serv17009/lib/python/Products/PythonScripts
Modified Files:
PythonScript.py
Log Message:
- See note on Collector #1074.
=== Zope/lib/python/Products/PythonScripts/PythonScript.py 1.55 => 1.56 ===
--- Zope/lib/python/Products/PythonScripts/PythonScript.py:1.55 Mon Mar 8 12:08:05 2004
+++ Zope/lib/python/Products/PythonScripts/PythonScript.py Mon Mar 22 11:26:52 2004
@@ -117,7 +117,7 @@
security.declareProtected('View management screens',
'ZPythonScriptHTML_editForm', 'manage_main', 'read',
'ZScriptHTML_tryForm', 'PrincipiaSearchSource',
- 'document_src', 'params', 'body')
+ 'document_src', 'params', 'body', 'get_filepath')
ZPythonScriptHTML_editForm = DTMLFile('www/pyScriptEdit', globals())
manage = manage_main = ZPythonScriptHTML_editForm
@@ -330,7 +330,6 @@
if item is self:
self._filepath = self.get_filepath()
- get_filepath=None # Public
def get_filepath(self):
return self.meta_type + ':' + '/'.join(self.getPhysicalPath())
More information about the Zope-Checkins
mailing list