Commit fd1c325e authored by Rafael Monnerat's avatar Rafael Monnerat

Remove unused import

parent 7398415a
......@@ -33,7 +33,6 @@ import tempfile
import json
from AccessControl import ClassSecurityInfo
from Products.ERP5Type.Globals import InitializeClass, DTMLFile
from Products.CMFCore.utils import getToolByName
from Products.ERP5Type.Tool.BaseTool import BaseTool
from Products.ERP5Type import Permissions
from AccessControl.SecurityManagement import setSecurityManager
......@@ -302,7 +301,6 @@ class IntrospectionTool(LogMixin, BaseTool):
"""
return getConfiguration().softwarehome
security.declareProtected(Permissions.ManagePortal, '_getPythonExecutable')
def _getPythonExecutable(self):
"""
......
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