[Erp5-report] r10190 - /erp5/trunk/products/ERP5/Document/Domain.py

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Sep 19 22:05:04 CEST 2006


Author: seb
Date: Tue Sep 19 22:05:02 2006
New Revision: 10190

URL: http://svn.erp5.org?rev=10190&view=rev
Log:
set nicely a comment

Modified:
    erp5/trunk/products/ERP5/Document/Domain.py

Modified: erp5/trunk/products/ERP5/Document/Domain.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/Domain.py?rev=10190&r1=10189&r2=10190&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/Domain.py (original)
+++ erp5/trunk/products/ERP5/Document/Domain.py Tue Sep 19 22:05:02 2006
@@ -100,9 +100,11 @@
   # How to define a generated subdomain
   security.declareProtected( Permissions.AccessContentsInformation, 'getDomainGeneratorList' )
   def getDomainGeneratorList(self, depth=0):
-    # We call a script which builds for us a list DomainGenerator instances
-    # We need a way to know how deep we are in the domain generation
-    # to prevent infinite recursion XXX not implemented
+    """
+    We call a script which builds for us a list DomainGenerator instances
+    We need a way to know how deep we are in the domain generation
+    to prevent infinite recursion XXX not implemented
+    """
     from Products.ERP5Type.Document import newTempDomainGenerator
     klass = tmp_domain_generator = newTempDomainGenerator(self, 'new_generator')
     script = self.getDomainGeneratorMethodId('')




More information about the Erp5-report mailing list