Commit bb4c2ebf authored by Sebastien Robin's avatar Sebastien Robin

make the cache tool a tool of ERP5Cache

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@10635 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 5512c515
...@@ -6,15 +6,16 @@ this_module = sys.modules[ __name__ ] ...@@ -6,15 +6,16 @@ this_module = sys.modules[ __name__ ]
product_path = package_home( globals() ) product_path = package_home( globals() )
this_module._dtmldir = os.path.join( product_path, 'dtml' ) this_module._dtmldir = os.path.join( product_path, 'dtml' )
from Products.ERP5Type.Utils import initializeProduct, updateGlobals from Products.ERP5Type.Utils import initializeProduct, updateGlobals
import CacheTool
#import CacheTool #import CacheTool
object_classes = () object_classes = ()
portal_tools = () #(CacheTool.CacheTool,) portal_tools = () #(CacheTool.CacheTool,)
portal_tools = ()
content_classes = () content_classes = ()
content_constructors = () content_constructors = ()
document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions) document_classes = updateGlobals( this_module, globals(), permissions_module = Permissions)
portal_tools = ( CacheTool.CacheTool, )
def initialize( context ): def initialize( context ):
......
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