Commit 9df4b36b authored by Ayush Tiwari's avatar Ayush Tiwari

bt5_config: Fix import error in DiffTool

parent 2f73161d
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
# #
############################################################################## ##############################################################################
from AccessControl import ClassSecurityInfo
from Products.ERP5Type.Globals import InitializeClass from Products.ERP5Type.Globals import InitializeClass
from Products.ERP5Type.Tool.BaseTool import BaseTool from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type import Permissions from Products.ERP5Type import Permissions
...@@ -36,8 +37,8 @@ class DiffTool(BaseTool): ...@@ -36,8 +37,8 @@ class DiffTool(BaseTool):
A portal tool that provides all kinds of utilities to A portal tool that provides all kinds of utilities to
compare objetcs. compare objetcs.
""" """
title = 'Diff Tool'
id = 'portal_diff' id = 'portal_diff'
title = 'Diff Tool'
meta_type = 'ERP5 Diff Tool' meta_type = 'ERP5 Diff Tool'
portal_type = 'Portal Diff Tool' portal_type = 'Portal Diff Tool'
allowed_types = () allowed_types = ()
......
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