[Zope-Checkins] CVS: Zope/lib/python/Products/PythonScripts - PythonScript.py:1.46.2.10

Tres Seaver tseaver at zope.com
Mon Mar 22 11:25:43 EST 2004


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

Modified Files:
      Tag: Zope-2_7-branch
	PythonScript.py 
Log Message:
 - See note on Collector #1074.


=== Zope/lib/python/Products/PythonScripts/PythonScript.py 1.46.2.9 => 1.46.2.10 ===
--- Zope/lib/python/Products/PythonScripts/PythonScript.py:1.46.2.9	Fri Feb 13 11:59:05 2004
+++ Zope/lib/python/Products/PythonScripts/PythonScript.py	Mon Mar 22 11:25:42 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