[Erp5-report] r42584 luke - /erp5/trunk/products/Vifib/Tool/SlapTool.py

nobody at svn.erp5.org nobody at svn.erp5.org
Fri Jan 21 15:11:58 CET 2011


Author: luke
Date: Fri Jan 21 15:11:58 2011
New Revision: 42584

URL: http://svn.erp5.org?rev=42584&view=rev
Log:
 - make method publishable

Modified:
    erp5/trunk/products/Vifib/Tool/SlapTool.py

Modified: erp5/trunk/products/Vifib/Tool/SlapTool.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Tool/SlapTool.py?rev=42584&r1=42583&r2=42584&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/SlapTool.py [utf8] Fri Jan 21 15:11:58 2011
@@ -151,6 +151,7 @@ class SlapTool(BaseTool):
 
   security.declareProtected(Permissions.AccessContentsInformation, 'getComputerPartitionCertificate')
   def getComputerPartitionCertificate(self, computer_id, computer_partition_id):
+    """Method to fetch certificate"""
     self.REQUEST.response.setHeader('Content-Type', 'text/xml')
     software_instance = self._getSoftwareInstanceForComputerPartition(
       computer_id, computer_partition_id)



More information about the Erp5-report mailing list