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

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 13 09:20:50 CET 2007


Author: ivan
Date: Tue Feb 13 09:20:35 2007
New Revision: 12639

URL: http://svn.erp5.org?rev=12639&view=rev
Log:
Initial import of Session Tool(portal_sessions).

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=12639&r1=12638&r2=12639&view=diff
==============================================================================
--- erp5/trunk/products/ERP5Type/__init__.py (original)
+++ erp5/trunk/products/ERP5Type/__init__.py Tue Feb 13 09:20:35 2007
@@ -60,7 +60,7 @@
 
 def initialize( context ):
   # Import Product Components
-  from Tool import ClassTool, CacheTool, MemcachedTool
+  from Tool import ClassTool, CacheTool, MemcachedTool, SessionTool
   import Document
   import Base, XMLObject
   from ERP5Type import ERP5TypeInformation
@@ -70,7 +70,8 @@
   content_classes = ( Base.Base, XMLObject.XMLObject, )
   portal_tools = ( ClassTool.ClassTool,
                    CacheTool.CacheTool,
-                   MemcachedTool.MemcachedTool, )
+                   MemcachedTool.MemcachedTool,
+		   SessionTool.SessionTool )
   # Do initialization step
   initializeProduct(context, this_module, globals(),
                          document_module = Document,




More information about the Erp5-report mailing list