[Erp5-report] r44884 luke - /erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Thu Mar 31 13:11:16 CEST 2011
Author: luke
Date: Thu Mar 31 13:11:16 2011
New Revision: 44884
URL: http://svn.erp5.org?rev=44884&view=rev
Log:
- fix docstring with reality
Modified:
erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
Modified: erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py
URL: http://svn.erp5.org/erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py?rev=44884&r1=44883&r2=44884&view=diff
==============================================================================
--- erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] (original)
+++ erp5/trunk/products/Vifib/Tool/CertificateAuthorityTool.py [utf8] Thu Mar 31 13:11:16 2011
@@ -180,7 +180,7 @@ class CertificateAuthorityTool(BaseTool)
security.declareProtected(Permissions.AccessContentsInformation, 'getNewCertificate')
def getNewCertificate(self, common_name):
- """Returns certificate for passed common name, as dictionary of {key, certificate, serial, common_name}"""
+ """Returns certificate for passed common name, as dictionary of {key, certificate, id, common_name}"""
self._checkCertificateAuthority()
self._lockCertificateAuthority()
try:
More information about the Erp5-report
mailing list