Commit 480946d9 authored by Ivan Tyagov's avatar Ivan Tyagov

Initial import of Session Tool(portal_sessions).

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@12639 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent de083d33
......@@ -60,7 +60,7 @@ def allowMemcachedTool():
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 @@ def initialize( context ):
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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment