[Erp5-report] r11209 - /erp5/trunk/products/ERP5Type/__init__.py

nobody at svn.erp5.org nobody at svn.erp5.org
Wed Nov 8 17:10:31 CET 2006


Author: jerome
Date: Wed Nov  8 17:10:26 2006
New Revision: 11209

URL: http://svn.erp5.org?rev=11209&view=rev
Log:
indentations with tabs and long lines


Modified:
    erp5/trunk/products/ERP5Type/__init__.py

Modified: erp5/trunk/products/ERP5Type/__init__.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5Type/__init__.py?rev=11209&r1=11208&r2=11209&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py (original)
+++ erp5/trunk/products/ERP5Type/__init__.py Wed Nov  8 17:10:26 2006
@@ -37,7 +37,10 @@
 product_path = package_home( globals() )
 this_module._dtmldir = os.path.join( product_path, 'dtml' )
 from Products.ERP5Type.Utils import initializeProduct, updateGlobals
-document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions, is_erp5_type = 1)
+document_classes = updateGlobals( this_module,
+                                  globals(),
+                                  permissions_module=Permissions,
+                                  is_erp5_type=1 )
 
 import Interface, PropertySheet, ZopePatch, StateChangeInfoPatch, CMFCorePatch
 
@@ -60,9 +63,9 @@
   # Define documents, classes, constructors and tools
   object_classes = ()
   content_constructors = ()
-  content_classes = (Base.Base, XMLObject.XMLObject,)
-  portal_tools = (ClassTool.ClassTool,
-		  CacheTool.CacheTool,)
+  content_classes = ( Base.Base, XMLObject.XMLObject, )
+  portal_tools = ( ClassTool.ClassTool,
+                   CacheTool.CacheTool, )
   # Do initialization step
   initializeProduct(context, this_module, globals(),
                          document_module = Document,
@@ -70,7 +73,7 @@
                          object_classes = object_classes,
                          portal_tools = portal_tools,
                          content_constructors = content_constructors,
-                         content_classes = content_classes)  
+                         content_classes = content_classes)
   # We should register product classes at some point
   from Products.ERP5Type.InitGenerator import initializeProductDocumentRegistry
   initializeProductDocumentRegistry()




More information about the Erp5-report mailing list