Commit fd1c325e authored by Rafael Monnerat's avatar Rafael Monnerat

Remove unused import

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