Commit 8d71a44c authored by Vincent Pelletier's avatar Vincent Pelletier

This page template doesn't exist.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@7472 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 121db5dd
......@@ -36,7 +36,7 @@ from Products.PageTemplates.PageTemplateFile import PageTemplateFile
import os
from Products.ERP5Type import Permissions
from Products.ERP5Type import _dtmldir, _wwwdir
from Products.ERP5Type import _dtmldir
from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type.Document.Folder import Folder
......@@ -143,9 +143,6 @@ if allowClassTool():
security.declareProtected( Permissions.ManagePortal, 'manage_viewProductGeneration' )
manage_viewProductGeneration = DTMLFile( 'viewProductGeneration', _dtmldir )
security.declareProtected( Permissions.ManagePortal, 'manage_viewFileDocumentation' )
manage_viewFileDocumentation = PageTemplateFile( 'viewFileDocumentation', _wwwdir )
def _clearCache(self):
"""
Clears the cache of all databases
......
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